Skip to content

Commit

Permalink
build(app): fixed install npm script
Browse files Browse the repository at this point in the history
  • Loading branch information
Przemysław Szymański committed May 6, 2024
1 parent 1c69a0c commit cb67159
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion app/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ WORKDIR /app

COPY package*.json .

RUN npm ci --omit=dev
RUN npm install --omit=dev

COPY . .

Expand Down

0 comments on commit cb67159

Please # to comment.