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 6d7dff1 commit e1f67f1Copy full SHA for e1f67f1
Dockerfile
@@ -19,6 +19,6 @@ RUN npm run build
19
FROM nginx:1.23-alpine
20
WORKDIR /usr/share/nginx/html
21
RUN rm -rf *
22
-COPY --from=build /app/build .
+COPY --from=build /app/dist .
23
EXPOSE 80
24
ENTRYPOINT [ "nginx", "-g", "daemon off;" ]
0 commit comments