Spaces:
Sleeping
Sleeping
Add missing modules in Dockerfile
Browse files- Dockerfile +2 -0
Dockerfile
CHANGED
@@ -12,6 +12,8 @@ WORKDIR /app
|
|
12 |
# Copy relevant files from repo for configuration and deployment
|
13 |
COPY index.html /usr/share/nginx/html
|
14 |
COPY nginx.conf /etc/nginx/nginx.conf
|
|
|
|
|
15 |
COPY package.json /app/package.json
|
16 |
|
17 |
# Download and uncompress test data
|
|
|
12 |
# Copy relevant files from repo for configuration and deployment
|
13 |
COPY index.html /usr/share/nginx/html
|
14 |
COPY nginx.conf /etc/nginx/nginx.conf
|
15 |
+
COPY css/ /usr/share/nginx/html/css/
|
16 |
+
COPY js/ /usr/share/nginx/html/js/
|
17 |
COPY package.json /app/package.json
|
18 |
|
19 |
# Download and uncompress test data
|