'seafile_sync/Dockerfile' toevoegen

This commit is contained in:
Lermer 2022-07-27 14:25:25 +02:00
parent bde880ad3f
commit 36777423f2

8
seafile_sync/Dockerfile Normal file
View file

@ -0,0 +1,8 @@
ARG BUILD_FROM
FROM $BUILD_FROM
# Copy data for add-on
COPY run.sh /
RUN chmod a+x /run.sh
CMD [ "/run.sh" ]