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

Update Dockerfile

Browse files
Files changed (1) hide show
  1. Dockerfile +1 -0
Dockerfile CHANGED
@@ -42,6 +42,7 @@ 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
 
 
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