mirror of
https://github.com/LaCasemate/fab-manager.git
synced 2025-01-17 06:52:27 +01:00
install dev dependencies in production to allow compiling assets with webpack
This commit is contained in:
parent
df14b2b51d
commit
74ebdb029b
@ -44,7 +44,7 @@ RUN bundle install --binstubs --without development test doc
|
||||
WORKDIR /usr/src/app
|
||||
COPY package.json /usr/src/app/package.json
|
||||
COPY yarn.lock /usr/src/app/yarn.lock
|
||||
RUN yarn install --production
|
||||
RUN yarn install
|
||||
|
||||
# Clean up build deps, cached packages and temp files
|
||||
RUN apk del .build-deps && \
|
||||
|
Loading…
x
Reference in New Issue
Block a user