Skip to content

Commit

Permalink
[Dockerfile] remove unknown --link flag
Browse files Browse the repository at this point in the history
  • Loading branch information
dmonad committed Dec 6, 2023
1 parent 75809e1 commit cde2814
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -22,10 +22,9 @@ RUN apt-get update -qq && \
RUN npm i -g webpack-cli pm2

# Copy application code
COPY --link . .
COPY . .

RUN npm ci
RUN npm run dist:all

# Final stage for app image
FROM base
Expand Down

0 comments on commit cde2814

Please sign in to comment.