Skip to content

Commit

Permalink
Update Dockerfile (#5)
Browse files Browse the repository at this point in the history
  • Loading branch information
dungpham91 authored Sep 28, 2023
1 parent df356f5 commit 4e2ddf7
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,5 @@
FROM python@sha256:2e376990a11f1c1e03796d08db0e99c36eadb4bb6491372b227f1e53c3482914
LABEL Maintainer="dungpham91"
WORKDIR /usr/app/src
RUN apk update && apk upgrade --no-cache && rm -rf ~/.cache/pip
COPY main.py ./
CMD [ "python", "./main.py"]

0 comments on commit 4e2ddf7

Please sign in to comment.