mirror of
https://github.com/miaowware/qrm2.git
synced 2024-11-26 09:48:41 -05:00
Merge pull request #71 from classabbyamp/docker2
change FROM to alpine 3.10
This commit is contained in:
commit
489c04a945
@ -1,4 +1,4 @@
|
||||
FROM python:3-alpine
|
||||
FROM alpine:3.10
|
||||
|
||||
COPY . /app
|
||||
WORKDIR /app
|
||||
|
Loading…
Reference in New Issue
Block a user