Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
1 change: 1 addition & 0 deletions Dockerfile.build
Original file line number Diff line number Diff line change
Expand Up @@ -19,6 +19,7 @@ COPY *.json .
COPY *.lock .

COPY ./src ./src
COPY ./projects ./projects

RUN mvn -T 1C --batch-mode \
-Dorg.slf4j.simpleLogger.log.org.apache.maven.cli.transfer.Slf4jMavenTransferListener=warn \
Expand Down
2 changes: 2 additions & 0 deletions Dockerfile.build.yarn
Original file line number Diff line number Diff line change
Expand Up @@ -12,6 +12,8 @@ COPY src/ src/

COPY scripts/ scripts/

COPY projects/ projects/

# RUN apk add gettext

RUN yarn build
Expand Down
Loading