diff --git a/Dockerfile b/Dockerfile index 6c3e5ec..ce3689b 100644 --- a/Dockerfile +++ b/Dockerfile @@ -8,5 +8,5 @@ RUN npm run build # Stage 2: Serve app with nginx server FROM nginx:latest -COPY --from=build /usr/local/app/dist/portofolio/browser/* /usr/share/nginx/html/ -EXPOSE 80 +COPY --from=build /usr/local/app/dist/portofolio/browser/ /usr/share/nginx/html/ +EXPOSE 8080