Skip to content

Commit

Permalink
fix: there are three docker files that need the change (#18971)
Browse files Browse the repository at this point in the history
  • Loading branch information
pauldambra authored Nov 29, 2023
1 parent 2a6a13c commit 1d4ef13
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions production-unit.Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -32,6 +32,7 @@ RUN corepack enable && pnpm --version && \
rm -rf /tmp/pnpm-store

COPY frontend/ frontend/
COPY ee/frontend/ ee/frontend/
COPY ./bin/ ./bin/
COPY babel.config.js tsconfig.json webpack.config.js ./
RUN pnpm build
Expand Down

0 comments on commit 1d4ef13

Please sign in to comment.