shrimppiehotelrwanda commited on
Commit
cd946fa
·
verified ·
1 Parent(s): e5b6d47

Update Dockerfile

Browse files
Files changed (1) hide show
  1. Dockerfile +1 -1
Dockerfile CHANGED
@@ -41,7 +41,7 @@ RUN pyenv install $PYTHON_VERSION && \
41
  RUN pip install --no-cache-dir --upgrade -r /code/requirements.txt
42
 
43
  # Set the working directory to /data if USE_PERSISTENT_DATA is set, otherwise set to $HOME/app
44
- WORKDIR $HOME/app
45
  EXPOSE 9090
46
 
47
 
 
41
  RUN pip install --no-cache-dir --upgrade -r /code/requirements.txt
42
 
43
  # Set the working directory to /data if USE_PERSISTENT_DATA is set, otherwise set to $HOME/app
44
+ WORKDIR /data
45
  EXPOSE 9090
46
 
47