Skip to content

Commit

Permalink
Update docker file
Browse files Browse the repository at this point in the history
  • Loading branch information
SorsOps committed Aug 21, 2024
1 parent f30196f commit 12030d3
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -7,8 +7,8 @@ RUN apk add --no-cache libc6-compat
RUN apk update
WORKDIR /app

# Note we should be using exclude here
COPY ./ /app/
# Note this could cause an issue on older docker versions
COPY --exclude=./public ./ /app/
# Build the project
RUN yarn install --frozen-lockfile --immutable
RUN yarn run build
Expand Down

0 comments on commit 12030d3

Please sign in to comment.