dockerfile
This commit is contained in:
@@ -14,6 +14,4 @@ RUN pip install --no-cache-dir -r requirements.txt
|
|||||||
COPY . .
|
COPY . .
|
||||||
RUN mkdir -p /app/instance
|
RUN mkdir -p /app/instance
|
||||||
|
|
||||||
EXPOSE 8080
|
|
||||||
|
|
||||||
CMD ["python", "run_waitress.py"]
|
CMD ["python", "run_waitress.py"]
|
||||||
|
Reference in New Issue
Block a user