1
0
mirror of https://github.com/tiyn/dockerfiles.git synced 2025-11-03 03:31:17 +01:00

initial commit: migration

Dockerfiles are now stored in one repository
This commit is contained in:
TiynGER
2021-04-30 12:57:46 +02:00
commit d7eefb4443
12 changed files with 2194 additions and 0 deletions

View File

@@ -0,0 +1,18 @@
FROM owncloud/client
LABEL maintainer "TiynGER <mail@martenkante.eu>"
ENV USER admin
ENV PASSWORD admin
ENV URL localhost
ADD run.sh /
RUN chmod +x run.sh
VOLUME /data
CMD ["./run.sh"]