shrimppiehotelrwanda commited on
Commit
ac6eedc
·
verified ·
1 Parent(s): 55c5667

Update Dockerfile

Browse files
Files changed (1) hide show
  1. Dockerfile +1 -1
Dockerfile CHANGED
@@ -41,8 +41,8 @@ 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 /data
45
  RUN mkdir -p /data/outputs
 
46
  EXPOSE 9090
47
 
48
 
 
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
  RUN mkdir -p /data/outputs
45
+ WORKDIR /data
46
  EXPOSE 9090
47
 
48