rhoitjadhav commited on
Commit
44b1b38
·
1 Parent(s): 7492f2f

update dockerfile

Browse files
Files changed (1) hide show
  1. Dockerfile +1 -1
Dockerfile CHANGED
@@ -13,7 +13,7 @@ COPY *.whl /packages/
13
  # Copy users db file along with execution script
14
  COPY start.sh /
15
  COPY load_data.py /
16
- COPY users.yml /packages
17
 
18
  # Install packages
19
  RUN apt update
 
13
  # Copy users db file along with execution script
14
  COPY start.sh /
15
  COPY load_data.py /
16
+ COPY users.yml /packages/
17
 
18
  # Install packages
19
  RUN apt update