diff --git a/Dockerfile b/Dockerfile index 85c224d..ddd7b13 100644 --- a/Dockerfile +++ b/Dockerfile @@ -12,10 +12,10 @@ RUN npm run build FROM nginx:1.19-alpine -COPY --from=build /app/build /usr/share/nginx/html +COPY --from=build /app/dist /usr/share/nginx/html COPY nginx.conf /etc/nginx/conf.d/default.conf EXPOSE 80 -CMD ["nginx", "-g", "daemon off;"] \ No newline at end of file +CMD ["nginx", "-g", "daemon off;"]