Skip to content

Commit

Permalink
(MINOR) Force update Dockerfile to use package labels
Browse files Browse the repository at this point in the history
  • Loading branch information
jamiefdhurst committed Feb 14, 2024
1 parent 77c8945 commit 3f5a0e8
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions Dockerfile
Original file line number Diff line number Diff line change
@@ -1,7 +1,11 @@
FROM python:slim-buster
LABEL org.opencontainers.image.source=https://github.com/jamiefdhurst/blog

ENV FLASK_APP=blog
WORKDIR /app

COPY . .
RUN python setup.py develop

EXPOSE 5000
ENTRYPOINT ["flask", "run", "-h", "0.0.0.0"]

0 comments on commit 3f5a0e8

Please sign in to comment.