Spaces:
Runtime error
Runtime error
Update Dockerfile
Browse files- Dockerfile +0 -1
Dockerfile
CHANGED
@@ -37,7 +37,6 @@ RUN chmod -R 755 /var/log/nginx && \
|
|
37 |
# Step #3: configure nginx and flask
|
38 |
COPY --from=build-step /app/frontend/build /usr/share/nginx/html
|
39 |
COPY deployment/docker/nginx.conf /etc/nginx/nginx.conf
|
40 |
-
COPY deployment/default /etc/nginx/sites-enabled/default
|
41 |
COPY deployment/docker/serve.sh /serve.sh
|
42 |
RUN chmod a+x /serve.sh
|
43 |
|
|
|
37 |
# Step #3: configure nginx and flask
|
38 |
COPY --from=build-step /app/frontend/build /usr/share/nginx/html
|
39 |
COPY deployment/docker/nginx.conf /etc/nginx/nginx.conf
|
|
|
40 |
COPY deployment/docker/serve.sh /serve.sh
|
41 |
RUN chmod a+x /serve.sh
|
42 |
|