Update Dockerfile

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

View File

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