This commit is contained in:
pedrocx486 2025-01-27 23:12:14 -03:00
parent f9574b8502
commit b9a57d6083

View file

@ -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