Updated
This commit is contained in:
parent
b80ee038b2
commit
1d7280290c
@ -14,7 +14,7 @@ RUN pip3 install -r ./requirements.txt
|
||||
# Kopier resten av prosjektfilene
|
||||
COPY ./apps/${MODULE_NAME}/ .
|
||||
|
||||
RUN mkdir ./apps/logs
|
||||
RUN mkdir -p /apps/logs
|
||||
|
||||
# Start applikasjonen
|
||||
CMD ["python3", "-u", "app.py"]
|
||||
|
||||
Loading…
Reference in New Issue
Block a user