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