Skip to content

Commit

Permalink
Merge pull request #21 from not-byte/docker
Browse files Browse the repository at this point in the history
build(app): fixed install npm script
  • Loading branch information
botprzemek authored May 6, 2024
2 parents 1e6f7b3 + cb67159 commit 7e3a07b
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 7e3a07b

Please # to comment.