Compare commits
2 commits
408376a5ca
...
59391d96d4
Author | SHA1 | Date | |
---|---|---|---|
59391d96d4 | |||
3b8ae92b83 |
2 changed files with 5 additions and 2 deletions
|
@ -1,4 +1,7 @@
|
|||
FROM nextcloud:27
|
||||
FROM nextcloud:28
|
||||
|
||||
# REQUIRES docker >= 2.10.10
|
||||
# https://docs.docker.com/engine/release-notes/20.10/#201010
|
||||
|
||||
# Prepare Entrypoint Script
|
||||
ADD resources /tmp
|
||||
|
|
|
@ -1,4 +1,4 @@
|
|||
#!/bin/sh
|
||||
#!/bin/bash
|
||||
|
||||
set -exo pipefail
|
||||
|
||||
|
|
Loading…
Reference in a new issue