Skip to content

Commit

Permalink
Remove dir not being generated
Browse files Browse the repository at this point in the history
  • Loading branch information
MikuroXina committed Mar 5, 2024
1 parent ca11858 commit 7eddae2
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 @@ -21,7 +21,7 @@ RUN bun run build:bot
WORKDIR /build
RUN cp -r /src/{package.json,bun.lockb,node_modules} . \
&& mkdir -p ./packages/bot \
&& cp -r /src/packages/bot/{build,assets,node_modules} ./packages/bot
&& cp -r /src/packages/bot/{build,assets} ./packages/bot

FROM ubuntu:jammy-20240212
COPY --from=build /usr/local/include/ /usr/local/include/
Expand Down

0 comments on commit 7eddae2

Please sign in to comment.