Skip to content

Commit

Permalink
Update Dockerfile
Browse files Browse the repository at this point in the history
  • Loading branch information
kbdharun authored Mar 21, 2024
1 parent ccb170f commit f64460d
Showing 1 changed file with 0 additions and 9 deletions.
9 changes: 0 additions & 9 deletions Dockerfile
Original file line number Diff line number Diff line change
@@ -1,15 +1,6 @@
# Use LTS version of node as base
FROM node:lts-alpine AS build

# Image metadata
LABEL org.opencontainers.image.title="tldr-lint Image"
LABEL org.opencontainers.image.description="This image contains the latest version \
of the tldr-lint package preinstalled."
LABEL org.opencontainers.image.source="https://github.com/tldr-pages/tldr-lint"
LABEL org.opencontainers.image.authors="tldr-pages maintainers and contributors"
LABEL org.opencontainers.image.vendor="tldr.sh"
LABEL org.opencontainers.image.licenses="MIT"

# Create app directory
WORKDIR /app

Expand Down

0 comments on commit f64460d

Please sign in to comment.