Fix production server deploy
This commit is contained in:
@ -6,7 +6,7 @@ ARG REACT_APP_AUTH_URL
|
|||||||
WORKDIR /app/front
|
WORKDIR /app/front
|
||||||
COPY ./front .
|
COPY ./front .
|
||||||
|
|
||||||
RUN yarn install --prod
|
RUN yarn install
|
||||||
RUN yarn build
|
RUN yarn build
|
||||||
|
|
||||||
RUN yarn global add serve
|
RUN yarn global add serve
|
||||||
|
|||||||
Reference in New Issue
Block a user