Skip to content

Commit

Permalink
remove link
Browse files Browse the repository at this point in the history
  • Loading branch information
lassemand committed Dec 11, 2023
1 parent 73364c6 commit e58b5bc
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions frontend/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -13,10 +13,10 @@ WORKDIR /app
# Build
FROM base as build

COPY --link package.json yarn.lock .
COPY package.json yarn.lock .
RUN yarn

COPY --link . .
COPY . .
RUN yarn build

# Run
Expand Down

0 comments on commit e58b5bc

Please sign in to comment.