fix(frontend): Docker build
This commit is contained in:
parent
d271e245a0
commit
1d3cf30c8e
@ -2,7 +2,7 @@
|
||||
# Frontend Build
|
||||
FROM node:lts AS build
|
||||
WORKDIR /app
|
||||
COPY package*.json ./
|
||||
COPY frontend/package*.json ./
|
||||
RUN npm install
|
||||
COPY frontend/ .
|
||||
RUN npm run build
|
||||
|
Loading…
x
Reference in New Issue
Block a user