Thibault Goehringer commited on
Commit ·
b4ad31d
1
Parent(s): fd0663e
Test
Browse files- Dockerfile +1 -0
Dockerfile
CHANGED
|
@@ -30,4 +30,5 @@ RUN --mount=type=secret,id=bearer_token,mode=0444,required=true \
|
|
| 30 |
RUN mkdir -p /code/data
|
| 31 |
RUN chmod 777 /code/data
|
| 32 |
|
|
|
|
| 33 |
CMD ["python", "main.py"]
|
|
|
|
| 30 |
RUN mkdir -p /code/data
|
| 31 |
RUN chmod 777 /code/data
|
| 32 |
|
| 33 |
+
|
| 34 |
CMD ["python", "main.py"]
|