Update Dockerfile
Browse files- Dockerfile +1 -1
Dockerfile
CHANGED
@@ -20,7 +20,7 @@ WORKDIR /app/
|
|
20 |
|
21 |
COPY --chown=101:101 --from=build /app/dist/ /usr/share/nginx/html/
|
22 |
|
23 |
-
COPY --chown=101:101
|
24 |
|
25 |
COPY --from=build /app/entrypoint.sh /entrypoint.sh
|
26 |
|
|
|
20 |
|
21 |
COPY --chown=101:101 --from=build /app/dist/ /usr/share/nginx/html/
|
22 |
|
23 |
+
COPY --chown=101:101 /app/docker/nginx.conf /etc/nginx/conf.d/default.conf
|
24 |
|
25 |
COPY --from=build /app/entrypoint.sh /entrypoint.sh
|
26 |
|