chore: remove source code from docker image
This commit is contained in:
parent
b8c44268b9
commit
28b326bdb2
@ -10,6 +10,10 @@ RUN pnpm install --frozen-lockfile
|
|||||||
|
|
||||||
RUN pnpm build
|
RUN pnpm build
|
||||||
|
|
||||||
|
RUN rm -rf ./src
|
||||||
|
RUN rm -rf ./website
|
||||||
|
RUN rm -rf ./reporter
|
||||||
|
|
||||||
EXPOSE 12345
|
EXPOSE 12345
|
||||||
|
|
||||||
CMD ["pnpm", "start:docker"]
|
CMD ["pnpm", "start:docker"]
|
||||||
|
Loading…
Reference in New Issue
Block a user