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