Skip to content

Commit

Permalink
maybe fix error in docker buid
Browse files Browse the repository at this point in the history
  • Loading branch information
LedyBacer committed Mar 25, 2024
1 parent be89fa5 commit cb734e5
Show file tree
Hide file tree
Showing 2 changed files with 30 additions and 84 deletions.
2 changes: 1 addition & 1 deletion docker/dev.Dockerfile
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
FROM node:14-alpine AS builder
ENV NODE_ENV production
ENV NODE_ENV development
WORKDIR /app
COPY ../package*.json .
RUN npm install
Expand Down
112 changes: 29 additions & 83 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

0 comments on commit cb734e5

Please sign in to comment.