Skip to content

Commit

Permalink
Merge pull request #53 from edenia/update-dockerfile-webapp
Browse files Browse the repository at this point in the history
fix(devops): update dockerfile with next config
  • Loading branch information
fagomezra committed Jul 26, 2023
2 parents 8ad6038 + f242dbe commit 5ada5b3
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions webapp/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -41,6 +41,7 @@ RUN yarn build
FROM nginx:1.17.10-alpine as run-stage

COPY --from=build-stage /usr/src/app/.next /usr/share/nginx/html
COPY --from=build-stage /usr/src/app/next.config.js /etc/nginx/conf.d/default.conf

EXPOSE 80

Expand Down

0 comments on commit 5ada5b3

Please sign in to comment.