make sure the docker entry script is executable

This commit is contained in:
ngn 2024-10-06 17:31:11 +03:00
parent d5e875ae53
commit 44f288b3f6

View File

@ -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"]