Skip to content

Commit

Permalink
fix: storybook dockerfile
Browse files Browse the repository at this point in the history
  • Loading branch information
eddiejaoude committed Oct 31, 2022
1 parent 8f330fe commit 5fe12a0
Show file tree
Hide file tree
Showing 5 changed files with 6,267 additions and 41,856 deletions.
2 changes: 1 addition & 1 deletion .npmrc
Original file line number Diff line number Diff line change
@@ -1 +1 @@
legacy-peer-deps=true
legacy-peer-deps=true
2 changes: 1 addition & 1 deletion Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ LABEL org.opencontainers.image.source https://github.com/eddiehubcommunity/LinkF
WORKDIR /usr/src/app

COPY package*.json ./
RUN npm install --production --ignore-scripts
RUN npm install --omit=dev --ignore-scripts
COPY . .

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

0 comments on commit 5fe12a0

Please sign in to comment.