AstraOS commited on
Commit
1c4a918
·
verified ·
1 Parent(s): a6e3f28

Update Dockerfile

Browse files
Files changed (1) hide show
  1. Dockerfile +1 -1
Dockerfile CHANGED
@@ -2,7 +2,7 @@
2
  FROM python:3.9-slim
3
 
4
  # Set a working directory
5
- WORKDIR /app
6
 
7
  # Copy dependency definitions and install them
8
  COPY requirements.txt .
 
2
  FROM python:3.9-slim
3
 
4
  # Set a working directory
5
+ # WORKDIR /app
6
 
7
  # Copy dependency definitions and install them
8
  COPY requirements.txt .