feature(integrate FE,BE):

This commit is contained in:
Devoalda 2023-10-30 13:31:55 +08:00
parent d71950b17f
commit de36a79a0f
1 changed files with 2 additions and 2 deletions

View File

@ -3,10 +3,10 @@ FROM node AS frontend-build
WORKDIR /frontend WORKDIR /frontend
COPY package*.json ./ COPY safeshare-frontend/package*.json ./
RUN npm install RUN npm install
COPY . . COPY safeshare-frontend/ ./
RUN npm run build RUN npm run build