Skip to content

Commit

Permalink
Added
Browse files Browse the repository at this point in the history
  • Loading branch information
benjackwhite committed Mar 19, 2024
1 parent 906737b commit 034106d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion production.Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -69,7 +69,7 @@ RUN apt-get update && \
# Note: we run the build as a separate action to increase
# the cache hit ratio of the layers above.
COPY ./plugin-server/src/ ./src/
RUN pnpm build
RUN pnpm build && pnpm typescript:check

# As the plugin-server is now built, let’s keep
# only prod dependencies in the node_module folder
Expand Down

0 comments on commit 034106d

Please sign in to comment.