Cleanup
This commit is contained in:
parent
f9574b8502
commit
b9a57d6083
1 changed files with 1 additions and 1 deletions
|
@ -6,7 +6,7 @@ COPY package*.json ./
|
|||
|
||||
COPY . .
|
||||
|
||||
RUN cd client && npm i && npm run build:subfolder && cd ..
|
||||
RUN cd client && npm i && npm run build:subfolder
|
||||
|
||||
RUN cd server && npm i && npm run build
|
||||
|
||||
|
|
Loading…
Add table
Reference in a new issue