diff --git a/Dockerfile b/Dockerfile index ce3689b..363d315 100644 --- a/Dockerfile +++ b/Dockerfile @@ -9,4 +9,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/ +COPY nginx.conf /etc/nginx/nginx.conf EXPOSE 8080