Skip to content

Commit

Permalink
chore: add label to Dockerfile
Browse files Browse the repository at this point in the history
  • Loading branch information
heresie committed Oct 20, 2021
1 parent 01ace79 commit 8d75491
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion Dockerfile
Original file line number Diff line number Diff line change
@@ -1,7 +1,8 @@
FROM python:3

ENV WORKDIR=/app
LABEL org.opencontainers.image.source="https://github.com/ArteGEIE/github-secrets-filler"

ENV WORKDIR=/app
WORKDIR ${WORKDIR}

COPY bin/requirements.txt ${WORKDIR}
Expand Down

0 comments on commit 8d75491

Please sign in to comment.