Skip to content

Commit

Permalink
refactor: Dockerfile
Browse files Browse the repository at this point in the history
  • Loading branch information
ochairo committed Apr 2, 2024
1 parent fe7bc4f commit 3a68303
Show file tree
Hide file tree
Showing 3 changed files with 643 additions and 103 deletions.
2 changes: 1 addition & 1 deletion Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ COPY package*.json ./
RUN ls -l

# Install dependencies
RUN npm ci --only=production --unsafe-perm
RUN npm ci

# Copy the rest of the application code
COPY . .
Expand Down
Loading

0 comments on commit 3a68303

Please sign in to comment.