fixed docker
This commit is contained in:
parent
c6d4bcc077
commit
0630b15f2e
1 changed files with 1 additions and 1 deletions
2
dist/Dockerfile
vendored
2
dist/Dockerfile
vendored
|
@ -1,7 +1,7 @@
|
||||||
FROM python:alpine
|
FROM python:alpine
|
||||||
WORKDIR /usr/local/app
|
WORKDIR /usr/local/app
|
||||||
|
|
||||||
COPY src ./
|
COPY ../src .
|
||||||
RUN pip install --no-cache-dir -r requirements.txt
|
RUN pip install --no-cache-dir -r requirements.txt
|
||||||
|
|
||||||
EXPOSE 5000
|
EXPOSE 5000
|
||||||
|
|
Loading…
Reference in a new issue