diff --git a/Dockerfile b/Dockerfile index 1bf6edc..1f05e67 100644 --- a/Dockerfile +++ b/Dockerfile @@ -13,7 +13,7 @@ FROM nginx:stable-alpine COPY nginx.conf /etc/nginx/conf.d/default.conf -COPY --from=build /app/dist/nowchess-frontend /usr/share/nginx/html +COPY --from=build /app/dist/nowchess-frontend/browser /usr/share/nginx/html EXPOSE 80 CMD ["nginx", "-g", "daemon off;"]