feature(integrate FE,BE):
This commit is contained in:
parent
d71950b17f
commit
de36a79a0f
|
@ -3,10 +3,10 @@ FROM node AS frontend-build
|
|||
|
||||
WORKDIR /frontend
|
||||
|
||||
COPY package*.json ./
|
||||
COPY safeshare-frontend/package*.json ./
|
||||
RUN npm install
|
||||
|
||||
COPY . .
|
||||
COPY safeshare-frontend/ ./
|
||||
|
||||
RUN npm run build
|
||||
|
||||
|
|
Loading…
Reference in New Issue