Skip to content

Commit

Permalink
fix docker build
Browse files Browse the repository at this point in the history
  • Loading branch information
sombriks committed Jul 20, 2024
1 parent b8cdbff commit be9839e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion web-app-vue/infrastructure/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ FROM alpine:3.19 AS build
ENV NODE_ENV=${NODE_ENV:-production}

ADD .env.production index.html \
package.json package-lock.json vite.config.js vitest.config.js ./
package.json package-lock.json vite.config.js ./
ADD src ./src/
ADD public ./public/

Expand Down

0 comments on commit be9839e

Please sign in to comment.