Skip to content

Commit

Permalink
Changed Dockerfile to use python:3-alpine instead of python:3 (Enable…
Browse files Browse the repository at this point in the history
  • Loading branch information
gtrrnr authored Jun 4, 2023
1 parent 8585cf4 commit fa25e95
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Dockerfile
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
FROM python:3
FROM python:3-alpine
WORKDIR /usr/src/app
COPY . .
RUN python setup.py install
Expand Down

0 comments on commit fa25e95

Please sign in to comment.