imrnh commited on
Commit
64b7ebb
1 Parent(s): d5e36ef

Update Dockerfile

Browse files
Files changed (1) hide show
  1. Dockerfile +1 -1
Dockerfile CHANGED
@@ -1,7 +1,7 @@
1
  FROM python:3.9
2
 
3
  # WORKDIR /code
4
- WORKDIR $HOME/app
5
 
6
  COPY ./requirements.txt /app/requirements.txt
7
 
 
1
  FROM python:3.9
2
 
3
  # WORKDIR /code
4
+ WORKDIR /app
5
 
6
  COPY ./requirements.txt /app/requirements.txt
7