Skip to content

Commit

Permalink
fix docker build
Browse files Browse the repository at this point in the history
  • Loading branch information
EmmaLRussell committed Jan 21, 2025
1 parent 89044bd commit fbf82a9
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docker/Dockerfile
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
FROM node:22
COPY src /src
COPY config /config
COPY package.json package-lock.json tsconfig.json ./
COPY package.json package-lock.json tsconfig.json vite.config.mts ./
RUN npm ci
RUN npm run build
ENTRYPOINT ["npm", "run", "prod"]

0 comments on commit fbf82a9

Please sign in to comment.