Update Dockerfile

This commit is contained in:
2023-07-11 23:44:53 +00:00
parent ab4d0614c7
commit 93a90a5ba0

View File

@@ -10,5 +10,9 @@ EXPOSE 4000/tcp
# Entry point
COPY entrypoint.sh /entrypoint.sh
COPY ./ /
RUN chmod +x /entrypoint.sh
RUN chmod +w /
ENTRYPOINT ["/entrypoint.sh"]