dillonlaird commited on
Commit
0866d30
·
1 Parent(s): cdab98d

mkdir in dockerfile

Browse files
Files changed (1) hide show
  1. Dockerfile +1 -0
Dockerfile CHANGED
@@ -12,6 +12,7 @@ RUN /app/.venv/bin/pip3 install --no-cache --upgrade -r /app/requirements.txt
12
  WORKDIR /app/instance-labeler
13
  RUN yarn install && yarn build
14
 
 
15
  WORKDIR /app
16
 
17
  CMD ["/app/.venv/bin/python3", "main.py"]
 
12
  WORKDIR /app/instance-labeler
13
  RUN yarn install && yarn build
14
 
15
+ RUN mkdir -p /app/data
16
  WORKDIR /app
17
 
18
  CMD ["/app/.venv/bin/python3", "main.py"]