migrate content #1

Merged
OCram85 merged 24 commits from migrate/content into main 2024-05-14 07:40:39 +02:00
Showing only changes of commit 40bae01243 - Show all commits

View File

@ -9,5 +9,5 @@ LABEL org.opencontainers.image.authors="marco@ocram85.com"
ENV PLUGIN_DEBUG="1" ENV PLUGIN_DEBUG="1"
COPY gitea-package.sh /app/ COPY gitea-package.sh /app/
WORKDIR /app RUN [ "chmod", "+x", "/app/gitea-package.sh" ]
ENTRYPOINT [ "sh," "/app/gitea-package.sh" ] ENTRYPOINT [ "/app/gitea-package.sh" ]