diff --git a/app/Dockerfile b/app/Dockerfile index 8ca2f9a..3f21bb1 100644 --- a/app/Dockerfile +++ b/app/Dockerfile @@ -18,5 +18,6 @@ COPY --from=build /app/package-lock.json ./package-lock.json EXPOSE 4173 RUN bun install +RUN chmod +x ./docker/entry.sh CMD ["./docker/entry.sh"]