Arts-of-coding commited on
Commit
cd47369
1 Parent(s): eb92421

Update Dockerfile

Browse files
Files changed (1) hide show
  1. Dockerfile +1 -1
Dockerfile CHANGED
@@ -56,7 +56,7 @@ COPY ./main.py main.py
56
  #RUN mkdir /azure
57
 
58
  # Only when not using azure
59
- #COPY /data/ ./azure/data/
60
  #USER testuser
61
  #RUN chown -R testuser /app/azure
62
 
 
56
  #RUN mkdir /azure
57
 
58
  # Only when not using azure
59
+ COPY /data/ ./data/
60
  #USER testuser
61
  #RUN chown -R testuser /app/azure
62