Skip to content

Commit

Permalink
fix: Run install
Browse files Browse the repository at this point in the history
  • Loading branch information
LautaroPetaccio committed Sep 14, 2023
1 parent c12d817 commit ebdcfc8
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 @@ -11,7 +11,7 @@ RUN apk add --no-cache py3-setuptools python3-dev build-base
# install dependencies
COPY package.json /app/package.json
COPY package-lock.json /app/package-lock.json
RUN npm ci
RUN npm install

# build the app
COPY . /app
Expand Down

0 comments on commit ebdcfc8

Please sign in to comment.