Skip to content

Commit

Permalink
add a few github labels to Dockerfile
Browse files Browse the repository at this point in the history
  • Loading branch information
Epic428 committed Nov 21, 2023
1 parent 4c720b2 commit 28ea9ac
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -6,4 +6,7 @@ WORKDIR /app
COPY ["package.json", "package-lock.json*", "./"]
RUN npm install --production
COPY . .
CMD ["npm", "run", "no-build-start"]
CMD ["npm", "run", "no-build-start"]
LABEL org.opencontainers.image.source=https://github.com/Team-Resourceful/discord-bot-ts
LABEL org.opencontainers.image.description="Team Resourceful Discord Bot"
LABEL org.opencontainers.image.licenses=ARR

0 comments on commit 28ea9ac

Please sign in to comment.