Skip to content

Commit

Permalink
Merge pull request #55 from edenia/update-dockerfile-webapp
Browse files Browse the repository at this point in the history
fix(devops): add compression.con dockerfile
  • Loading branch information
fagomezra committed Jul 26, 2023
2 parents d20547a + 563b5ae commit 16c5618
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/compression.conf /etc/nginx/conf.d/compression.conf
COPY --from=build-stage /usr/src/app/nginx.conf /etc/nginx/conf.d/default.conf

EXPOSE 80
Expand Down

0 comments on commit 16c5618

Please sign in to comment.