make sure the docker entry script is executable
This commit is contained in:
parent
d5e875ae53
commit
44f288b3f6
@ -18,5 +18,6 @@ COPY --from=build /app/package-lock.json ./package-lock.json
|
|||||||
EXPOSE 4173
|
EXPOSE 4173
|
||||||
|
|
||||||
RUN bun install
|
RUN bun install
|
||||||
|
RUN chmod +x ./docker/entry.sh
|
||||||
|
|
||||||
CMD ["./docker/entry.sh"]
|
CMD ["./docker/entry.sh"]
|
||||||
|
Loading…
x
Reference in New Issue
Block a user