docker file fix
This commit is contained in:
parent
28581afe78
commit
5134eb4a93
@ -57,11 +57,7 @@ COPY web/package.json web/package-lock.json ./
|
|||||||
RUN npm ci
|
RUN npm ci
|
||||||
|
|
||||||
# Copy source files
|
# Copy source files
|
||||||
COPY web/src ./src
|
COPY web/ ./
|
||||||
COPY web/index.html ./
|
|
||||||
COPY web/vite.config.ts ./
|
|
||||||
COPY web/tsconfig.json ./
|
|
||||||
COPY web/tsconfig.node.json ./
|
|
||||||
|
|
||||||
# Build the frontend
|
# Build the frontend
|
||||||
RUN npm run build
|
RUN npm run build
|
||||||
|
Loading…
x
Reference in New Issue
Block a user