Skip to content
This repository was archived by the owner on Aug 7, 2024. It is now read-only.

Commit 5fe12a0

Browse files
committed
fix: storybook dockerfile
1 parent 8f330fe commit 5fe12a0

File tree

5 files changed

+6267
-41856
lines changed

5 files changed

+6267
-41856
lines changed

.npmrc

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
legacy-peer-deps=true
1+
legacy-peer-deps=true

Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ LABEL org.opencontainers.image.source https://github.com/eddiehubcommunity/LinkF
44
WORKDIR /usr/src/app
55

66
COPY package*.json ./
7-
RUN npm install --production --ignore-scripts
7+
RUN npm install --omit=dev --ignore-scripts
88
COPY . .
99

1010
RUN sed -i 's/0.0.0/'`npm pkg get version | tr -d '"'`'/g' config/app.json

0 commit comments

Comments
 (0)