Skip to content

Commit 966f4b5

Browse files
author
xyzjesper
committed
Fixed entrypoint dockerfile.
1 parent dc1cc72 commit 966f4b5

File tree

1 file changed

+0
-2
lines changed

1 file changed

+0
-2
lines changed

docker/DisBotDockerfileWithEntry

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -22,8 +22,6 @@ RUN curl -fsSL https://deb.nodesource.com/setup_20.x | bash - && \
2222

2323
RUN bun install @napi-rs/canvas
2424
RUN bun install --force
25-
RUN bun run prisma:migrate
26-
RUN bun run prisma:generate
2725

2826
USER container
2927
ENV USER=container HOME=/home/container

0 commit comments

Comments
 (0)