Spaces:
Runtime error
Runtime error
Update Dockerfile
Browse files- Dockerfile +1 -2
Dockerfile
CHANGED
@@ -32,8 +32,7 @@ RUN chmod -R 755 /var/log/nginx && \
|
|
32 |
|
33 |
# Step #3: configure nginx and flask
|
34 |
COPY --from=build-step /app/frontend/build /usr/share/nginx/html
|
35 |
-
COPY deployment/docker/nginx.conf /etc/nginx/nginx.conf #
|
36 |
-
COPY deployment/docker/site.conf /etc/nginx/sites-enabled/default # Site-specific configuration
|
37 |
COPY deployment/docker/serve.sh .
|
38 |
RUN chmod a+x ./serve.sh
|
39 |
|
|
|
32 |
|
33 |
# Step #3: configure nginx and flask
|
34 |
COPY --from=build-step /app/frontend/build /usr/share/nginx/html
|
35 |
+
COPY deployment/docker/nginx.conf /etc/nginx/nginx.conf # Copy main nginx.conf
|
|
|
36 |
COPY deployment/docker/serve.sh .
|
37 |
RUN chmod a+x ./serve.sh
|
38 |
|