Skip to content

Commit

Permalink
fix package-lock issues
Browse files Browse the repository at this point in the history
  • Loading branch information
phil-flip committed Oct 13, 2024
1 parent b7013e9 commit 27a71c7
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 5,853 deletions.
1 change: 1 addition & 0 deletions workers/faAutopost/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -9,6 +9,7 @@ WORKDIR /usr/src/app

# Get app dependencies
COPY package*.json ./
COPY ../../package-lock.json ./

# building app
RUN npm ci --omit=dev
Expand Down
Loading

0 comments on commit 27a71c7

Please sign in to comment.