Skip to content
Snippets Groups Projects
Unverified Commit db678182 authored by Quentin Duchemin's avatar Quentin Duchemin
Browse files

[Etherpad] Fix comment being included in environment variable

parent 8a076e1c
No related branches found
No related tags found
1 merge request!57Delete pad after delay
......@@ -104,5 +104,6 @@ USER etherpad
EXPOSE 8080
HEALTHCHECK --interval=20s --timeout=3s CMD curl --fail http://localhost:8080 || exit 1
WORKDIR /opt/etherpad-lite/
ENV ABIWORD "/usr/bin/abiword" #installed here by debian
# Installed here by debian
ENV ABIWORD "/usr/bin/abiword"
ENTRYPOINT ["/opt/etherpad-lite/entrypoint.sh", "/opt/etherpad-lite/bin/run.sh" ]
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