Browse Source

Copy after build

mantine
cracklesparkle 10 months ago
parent
commit
00af65ecdb
  1. 2
      frontend_reactjs/Dockerfile

2
frontend_reactjs/Dockerfile

@ -6,6 +6,8 @@ COPY package*.json ./
RUN npm install RUN npm install
COPY . .
RUN npm run build RUN npm run build
COPY . . COPY . .

|||||||
100:0
Loading…
Cancel
Save