'seafile_sync/Dockerfile' toevoegen
This commit is contained in:
parent
bde880ad3f
commit
36777423f2
1 changed files with 8 additions and 0 deletions
8
seafile_sync/Dockerfile
Normal file
8
seafile_sync/Dockerfile
Normal 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" ]
|
Loading…
Reference in a new issue