Skip to content

Commit

Permalink
build: npm install
Browse files Browse the repository at this point in the history
  • Loading branch information
hywax committed Dec 31, 2023
1 parent c985e94 commit d6088ff
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 @@ -5,7 +5,7 @@ WORKDIR /app
COPY package.json /app
COPY package-lock.json /app

RUN npm ci
RUN npm install

COPY . /app

Expand Down

0 comments on commit d6088ff

Please sign in to comment.