We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 80ee502 commit 1d3a967Copy full SHA for 1d3a967
Dockerfile
@@ -92,7 +92,7 @@ RUN yarn build
92
FROM nginx:stable-alpine AS runner
93
94
COPY nginx/nginx.conf /etc/nginx/nginx.conf
95
-COPY --from=base /app/dist /usr/share/nginx/html/page
+COPY --from=base /app/dist /usr/share/nginx/html/
96
97
EXPOSE 3000
98
0 commit comments