mirror of
https://github.com/Ocelot-Social-Community/Ocelot-Social.git
synced 2025-12-13 07:46:06 +00:00
backend production=false
This commit is contained in:
parent
02f5434ef3
commit
b3538577dc
@ -72,7 +72,7 @@ COPY . .
|
|||||||
FROM code as build
|
FROM code as build
|
||||||
|
|
||||||
# yarn install
|
# yarn install
|
||||||
RUN yarn install --production=true --frozen-lockfile --non-interactive
|
RUN yarn install --production=false --frozen-lockfile --non-interactive
|
||||||
# yarn build
|
# yarn build
|
||||||
RUN yarn run build
|
RUN yarn run build
|
||||||
|
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user