Skip to content

Commit

Permalink
Fixed Docker build
Browse files Browse the repository at this point in the history
Removed unused routing files, these might need to be added later.
  • Loading branch information
samie committed Dec 2, 2021
1 parent b34138d commit c473a69
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ RUN mvn dependency:go-offline -Pproduction

COPY --chown=myuser:myuser src src
COPY --chown=myuser:myuser frontend frontend
COPY --chown=myuser package.json pnpm-lock.yaml parseClientRoutes.ts webpack.config.js ts-routes.ts.template ./
COPY --chown=myuser package.json pnpm-lock.yaml webpack.config.js ./
RUN mvn clean package -DskipTests -Pproduction

# Run stage
Expand Down

0 comments on commit c473a69

Please sign in to comment.