mirror of
https://github.com/kremalicious/umami.git
synced 2024-12-18 15:23:38 +01:00
Merge pull request #212 from hugomd/fix/use-production
Install production dependencies with lockfile
This commit is contained in:
commit
9f9715f4a9
@ -8,7 +8,7 @@ WORKDIR /build
|
||||
COPY package.json yarn.lock /build/
|
||||
|
||||
# Install only the production dependencies
|
||||
RUN yarn install --frozen-lockfile
|
||||
RUN yarn install --production --frozen-lockfile
|
||||
|
||||
# Cache these modules for production
|
||||
RUN cp -R node_modules/ prod_node_modules/
|
||||
|
Loading…
Reference in New Issue
Block a user