Skip to content
This repository has been archived by the owner on Apr 2, 2024. It is now read-only.

Commit

Permalink
link custom-example to custom for container build
Browse files Browse the repository at this point in the history
  • Loading branch information
hanstrompert committed Dec 1, 2022
1 parent 04834d8 commit 46362fb
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -15,6 +15,7 @@ FROM base AS builder
RUN apt update && apt install git -y
RUN yarn --network-concurrency 1 --frozen-lockfile
COPY . .
RUN (rm -rf src/custom && cd src && ln -s custom-example custom)
RUN yarn build

########################
Expand Down

0 comments on commit 46362fb

Please sign in to comment.