Skip to content

Commit

Permalink
chore: use ci with dev deps
Browse files Browse the repository at this point in the history
  • Loading branch information
oflynned committed Jul 17, 2021
1 parent fdbef0b commit 789e523
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ COPY package*.json ./
RUN apt-get update
RUN apt-get install -y git

RUN npm ci --only=production
RUN npm ci
RUN npm run build
RUN npm run package

Expand Down

0 comments on commit 789e523

Please sign in to comment.