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:
18
owncloud-client/src/Dockerfile
Normal file
18
owncloud-client/src/Dockerfile
Normal 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"]
|
||||
|
||||
Reference in New Issue
Block a user