Skip to content

Commit

Permalink
update docker file
Browse files Browse the repository at this point in the history
alpine:3.10 add python3 error occured
  • Loading branch information
dleo9307 authored Feb 15, 2022
1 parent 0fb358f commit 52c3b14
Showing 1 changed file with 1 addition and 3 deletions.
4 changes: 1 addition & 3 deletions Dockerfile
Original file line number Diff line number Diff line change
@@ -1,9 +1,7 @@
FROM alpine:3.10
FROM python:3-alpine

COPY LICENSE README.md entrypoint.sh /

COPY src/create-envfile.py /create-envfile.py

RUN apk add python3

ENTRYPOINT ["/entrypoint.sh"]

0 comments on commit 52c3b14

Please sign in to comment.