Skip to content

Commit

Permalink
Fix tsc error
Browse files Browse the repository at this point in the history
  • Loading branch information
abelr20 committed Aug 14, 2024
1 parent 06d53a0 commit 7ba0a5e
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 @@ -7,7 +7,7 @@ WORKDIR /usr/src/app
COPY package*.json ./

# Install dependencies
RUN npm install --production
RUN npm install

# Copy the rest of the application code
COPY ./client ./client
Expand Down

0 comments on commit 7ba0a5e

Please sign in to comment.