Skip to content

Commit

Permalink
Fix dockerfile
Browse files Browse the repository at this point in the history
  • Loading branch information
benjackwhite committed Jan 8, 2024
1 parent ae3b65e commit 3a6e10a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion production-unit.Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,7 @@ RUN corepack enable && pnpm --version && \
COPY frontend/ frontend/
COPY ee/frontend/ ee/frontend/
COPY ./bin/ ./bin/
COPY babel.config.js tsconfig.json webpack.config.js ./
COPY babel.config.js tsconfig.json webpack.config.js tailwind.config.js postcss.config.js ./
RUN pnpm build


Expand Down

0 comments on commit 3a6e10a

Please sign in to comment.