diff --git a/Dockerfile b/Dockerfile index 29bd3ea..1db81f0 100644 --- a/Dockerfile +++ b/Dockerfile @@ -4,4 +4,6 @@ WORKDIR /app COPY . . +RUN bun i + CMD [ "./entrypoint.sh" ] \ No newline at end of file diff --git a/entrypoint.sh b/entrypoint.sh index 0242905..5bd7fae 100755 --- a/entrypoint.sh +++ b/entrypoint.sh @@ -1,3 +1,2 @@ -bun i bun migrate bun start \ No newline at end of file