Spaces:
Runtime error
Runtime error
Commit
·
7492f2f
1
Parent(s):
8a91b88
update dockerfile
Browse files- 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.
|
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
|