Skip to content

Commit

Permalink
Update Dockerfile to work with Vite (build/ is now dist/)
Browse files Browse the repository at this point in the history
  • Loading branch information
jake-low committed Nov 6, 2024
1 parent 627d73f commit eef8fd4
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion frontend/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -43,7 +43,7 @@ COPY nginx.conf /etc/nginx/nginx.conf
RUN \
apk --update-cache upgrade && \
mkdir -p /etc/nginx/sites-enabled /var/www/maproulette
COPY --from=builder /maproulette-frontend/build /var/www/maproulette
COPY --from=builder /maproulette-frontend/dist /var/www/maproulette

EXPOSE 80
CMD ["nginx", "-g", "daemon off;"]

0 comments on commit eef8fd4

Please sign in to comment.