Skip to content

Commit 39814b5

Browse files
Piotr Sarzyńskikrecik
authored andcommitted
perf(dockerfile): use alpine image as base
1 parent f14720c commit 39814b5

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

Dockerfile

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,8 @@
1-
FROM python:3.8-buster
1+
FROM python:3.8-alpine
22
WORKDIR /app
33

4+
RUN apk upgrade -U
5+
46
ENV FLASK_APP=api.py
57
ENV FLASK_RUN_HOST=0.0.0.0
68
ENV FLASK_ENV=production

0 commit comments

Comments
 (0)