Skip to content

Commit

Permalink
Adapt docker build to vite
Browse files Browse the repository at this point in the history
  • Loading branch information
Eddasol committed Dec 20, 2024
1 parent 803256e commit 50640e9
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 @@ -11,7 +11,7 @@ FROM nginxinc/nginx-unprivileged:1.23-alpine

WORKDIR /app

COPY --from=build /app/build .
COPY --from=build /app/dist .
COPY nginx.conf /etc/nginx/conf.d/default.conf

# The nginx script substitutes the global variables in 'index.html' with the current environment variables when executed
Expand Down

0 comments on commit 50640e9

Please sign in to comment.