Skip to content

Commit

Permalink
Merge branch 'develop' of https://github.com/aura-nw/landing-page int…
Browse files Browse the repository at this point in the history
…o develop
  • Loading branch information
hoangndm3139 committed Feb 2, 2024
2 parents 8632974 + 6b4d9bf commit 64854f9
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -6,4 +6,4 @@ RUN npm install && npm cache clean --force
RUN npm run build
FROM nginx:1.15
COPY --from=build-stage /data/app/nginx.conf /etc/nginx/conf.d/default.conf
COPY --from=build-stage /data/app/build /var/www/tmp
COPY --from=build-stage /data/app/.next /var/www/tmp

0 comments on commit 64854f9

Please sign in to comment.