Skip to content

Commit

Permalink
Fix typo
Browse files Browse the repository at this point in the history
  • Loading branch information
Uxio0 committed Jan 15, 2024
1 parent 6997615 commit 03af3e6
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 /app
COPY --chown=node:node package*.json tsconfig*.json ./

# Fix arm64 timeouts
RUN npm config set timeout 300000
RUN npm config set fetch-timeout 300000

RUN npm install
COPY --chown=node:node . .
Expand Down

0 comments on commit 03af3e6

Please sign in to comment.