rhoitjadhav commited on
Commit
7492f2f
·
1 Parent(s): 8a91b88

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.py /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