2ch commited on
Commit
c65e744
·
verified ·
1 Parent(s): 39468ed

Update Dockerfile

Browse files
Files changed (1) hide show
  1. Dockerfile +1 -1
Dockerfile CHANGED
@@ -1,7 +1,7 @@
1
  FROM mcr.microsoft.com/playwright/python:v1.46.0-jammy
2
  WORKDIR /code
3
  RUN chmod 777 /code
4
- RUN pip install httpx flask playwright > /dev/null 2>&1
5
  RUN mkdir -p /.cache && chmod 777 /.cache
6
  RUN --mount=type=secret,id=TOKEN,mode=0444,required=true \
7
  --mount=type=secret,id=APP_URL,mode=0444,required=true \
 
1
  FROM mcr.microsoft.com/playwright/python:v1.46.0-jammy
2
  WORKDIR /code
3
  RUN chmod 777 /code
4
+ RUN pip install httpx flask[async] playwright > /dev/null 2>&1
5
  RUN mkdir -p /.cache && chmod 777 /.cache
6
  RUN --mount=type=secret,id=TOKEN,mode=0444,required=true \
7
  --mount=type=secret,id=APP_URL,mode=0444,required=true \