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
|
||||
|
||||
# Copy source files
|
||||
COPY web/src ./src
|
||||
COPY web/index.html ./
|
||||
COPY web/vite.config.ts ./
|
||||
COPY web/tsconfig.json ./
|
||||
COPY web/tsconfig.node.json ./
|
||||
COPY web/ ./
|
||||
|
||||
# Build the frontend
|
||||
RUN npm run build
|
||||
|
Loading…
x
Reference in New Issue
Block a user