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
COPY . .
RUN npm run build
COPY . .

Loading…
Cancel
Save