Skip to content

Commit

Permalink
Merge pull request #37 from dleo9307/patch-1
Browse files Browse the repository at this point in the history
update docker file
  • Loading branch information
AngelOnFira authored Feb 15, 2022
2 parents 516a1ab + b7358db commit a51b18b
Showing 1 changed file with 2 additions and 4 deletions.
6 changes: 2 additions & 4 deletions Dockerfile
Original file line number Diff line number Diff line change
@@ -1,9 +1,7 @@
FROM python:3.9
FROM python:3.10-alpine

WORKDIR /opt/action

COPY LICENSE README.md ./

COPY src/create-envfile.py ./create-envfile.py
COPY LICENSE README.md src/create-envfile.py ./

ENTRYPOINT ["./create-envfile.py"]

0 comments on commit a51b18b

Please sign in to comment.