permissions entrypoint

This commit is contained in:
zidesm 2023-07-05 17:28:24 +02:00
parent 376143d391
commit 7db6e53f0b

View File

@ -15,6 +15,7 @@ COPY --from=init /iventoy/iventoy /app
RUN chmod +x /app/iventoy.sh
COPY ./entrypoint.sh /entrypoint.sh
RUN chmod +x /entrypoint.sh
# Webui
EXPOSE 26000/tcp