pluto90 commited on
Commit
71b0fa6
·
verified ·
1 Parent(s): 2e2d9c6

Update Dockerfile

Browse files
Files changed (1) hide show
  1. Dockerfile +1 -1
Dockerfile CHANGED
@@ -1,6 +1,6 @@
1
  FROM python:3.10-slim
2
 
3
- WORKDIR /app
4
 
5
  # Install system dependencies
6
  RUN apt-get update && apt-get install -y \
 
1
  FROM python:3.10-slim
2
 
3
+ WORKDIR /
4
 
5
  # Install system dependencies
6
  RUN apt-get update && apt-get install -y \