Skip to content

Commit

Permalink
Merge pull request #7 from CEDT-Chula/fix-assignment-uniqueness
Browse files Browse the repository at this point in the history
revert omiting dev in npm ci
  • Loading branch information
NewBieCoderXD authored Aug 15, 2024
2 parents 3827fd4 + b80525b commit c44eb20
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 @@ -9,7 +9,7 @@ WORKDIR /home/node/app
COPY . .

# Install dependencies
RUN npm ci --omit=dev
RUN npm ci

RUN npm run build

Expand Down

0 comments on commit c44eb20

Please sign in to comment.