Update Dockerfile

This commit is contained in:
Brady-Malott 2023-02-26 18:58:23 -05:00 committed by GitHub
parent f7d7e192b0
commit 1fa6354773
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 2 additions and 0 deletions

View File

@ -19,5 +19,7 @@ ENV FLASK_APP microblog.py
RUN chown -R microblog:microblog ./
USER microblog
LABEL microblog
EXPOSE 5000
ENTRYPOINT ["./boot.sh"]