mirror of
https://github.com/acid-info/logos-press-engine.git
synced 2025-02-23 06:38:27 +00:00
ci: avoid skipping installation of dev deps in docker image
This commit is contained in:
parent
1c5f1d4d40
commit
c218b89da4
@ -20,7 +20,7 @@ ENV NEXT_TELEMETRY_DISABLED=1
|
||||
|
||||
COPY . .
|
||||
|
||||
RUN yarn install --production
|
||||
RUN NODE_ENV=development yarn install
|
||||
RUN yarn build
|
||||
|
||||
CMD ["yarn", "start"]
|
||||
|
Loading…
x
Reference in New Issue
Block a user