Skip to content

Commit

Permalink
Merge pull request #72 from hrspace-request-builder/feat/changeDocker…
Browse files Browse the repository at this point in the history
…FromDevToProd

maybe fix error in docker buid
  • Loading branch information
LedyBacer authored Mar 25, 2024
2 parents 1e51747 + cb734e5 commit 33b7238
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 33b7238

Please sign in to comment.