Skip to content

Commit

Permalink
ci: expose port 8000 in front
Browse files Browse the repository at this point in the history
  • Loading branch information
LeonDumestre committed Feb 7, 2024
1 parent 9b8e9e9 commit f615745
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion TP3/front/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -15,4 +15,6 @@ RUN npm run build
FROM nginx:1.15.7-alpine

COPY --from=build /opt/front/dist /usr/share/nginx/html/
COPY --from=build /opt/front/default.conf /etc/nginx/conf.d/default.conf
COPY --from=build /opt/front/default.conf /etc/nginx/conf.d/default.conf

EXPOSE 8000

0 comments on commit f615745

Please sign in to comment.