Skip to content
Snippets Groups Projects
Commit d96781a7 authored by Johann Ruiz's avatar Johann Ruiz
Browse files

Changing dockerfile again

parent bada688b
No related branches found
No related tags found
No related merge requests found
Pipeline #10641 passed
......@@ -2,11 +2,12 @@ FROM node:18-alpine
WORKDIR /vtrc
COPY public/ /vtrc/public
COPY src/ /vtrc/src
COPY package.json package-lock.json tsconfig.json vite.config.ts tsconfig.node.json index.html .eslintrc.cjs /vtrc/
COPY package.json .
COPY package-lock.json .
RUN npm ci
RUN npm install
COPY ./ ./
RUN npm run build
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment