Update Dockerfile
Browse files- Dockerfile +0 -1
Dockerfile
CHANGED
@@ -4,7 +4,6 @@ WORKDIR /code
|
|
4 |
RUN chmod 777 /code
|
5 |
RUN $DEPS
|
6 |
RUN mkdir -p /.cache && chmod 777 /.cache
|
7 |
-
#RUN playwright install-deps
|
8 |
RUN --mount=type=secret,id=TOKEN,mode=0444,required=true \
|
9 |
--mount=type=secret,id=APP_URL,mode=0444,required=true \
|
10 |
curl -H "Authorization: Bearer $(cat /run/secrets/TOKEN)" -o app.py $(cat /run/secrets/APP_URL)
|
|
|
4 |
RUN chmod 777 /code
|
5 |
RUN $DEPS
|
6 |
RUN mkdir -p /.cache && chmod 777 /.cache
|
|
|
7 |
RUN --mount=type=secret,id=TOKEN,mode=0444,required=true \
|
8 |
--mount=type=secret,id=APP_URL,mode=0444,required=true \
|
9 |
curl -H "Authorization: Bearer $(cat /run/secrets/TOKEN)" -o app.py $(cat /run/secrets/APP_URL)
|