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 6304e82 commit 815d5d9Copy full SHA for 815d5d9
Dockerfile
@@ -12,10 +12,10 @@ RUN npm run build
12
13
FROM nginx:1.19-alpine
14
15
-COPY --from=build /app/build /usr/share/nginx/html
+COPY --from=build /app/dist /usr/share/nginx/html
16
17
COPY nginx.conf /etc/nginx/conf.d/default.conf
18
19
EXPOSE 80
20
21
-CMD ["nginx", "-g", "daemon off;"]
+CMD ["nginx", "-g", "daemon off;"]
0 commit comments