Skip to content
Snippets Groups Projects
Verified Commit 884ee6d7 authored by Quentin Duchemin's avatar Quentin Duchemin
Browse files

[Etherpad] Remove --chown flag (not available before Docker 17.09)

parent e52f94c9
No related branches found
No related tags found
No related merge requests found
......@@ -57,7 +57,8 @@ COPY entrypoint.sh /opt/etherpad-lite/entrypoint.sh
RUN useradd --uid ${UID} --create-home etherpad
# Import des fichiers téléchargés dans l'image downloader
COPY --from=downloader --chown=etherpad /opt/etherpad-lite /opt/etherpad-lite/
COPY --from=downloader /opt/etherpad-lite /opt/etherpad-lite/
RUN chown -R etherpad /opt/etherpad-lite
RUN apt-get update && \
apt-get install -y curl nano postgresql-client && \
......
......@@ -70,6 +70,7 @@ services:
etherpad-week-app:
image: registry.picasoft.net/pica-etherpad:1.8.4
container_name: etherpad-week-app
build: .
depends_on:
- etherpad-week-db
security_opt:
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment