randydev commited on
Commit
99c28a8
·
verified ·
1 Parent(s): fc33873

Update Dockerfile

Browse files
Files changed (1) hide show
  1. Dockerfile +1 -2
Dockerfile CHANGED
@@ -1,7 +1,6 @@
1
  FROM python:3.11
2
 
3
- WORKDIR /app
4
- WORKDIR /.cache
5
 
6
  RUN apt -qq update && \
7
  apt -qq install -y --no-install-recommends \
 
1
  FROM python:3.11
2
 
3
+ WORKDIR /usr/src/app
 
4
 
5
  RUN apt -qq update && \
6
  apt -qq install -y --no-install-recommends \