Skip to content

Commit

Permalink
PORT is not used - Set version to be replaced
Browse files Browse the repository at this point in the history
  • Loading branch information
cdujeu committed May 15, 2018
1 parent e334afd commit 8aabdbd
Showing 1 changed file with 3 additions and 4 deletions.
7 changes: 3 additions & 4 deletions tools/docker/dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -12,15 +12,14 @@ ADD commands.conf /etc/supervisor/conf.d/cmd.conf
ADD cmd.sh /home/cells/cmd.sh

WORKDIR /home/cells
RUN wget "https://download.pydio.com/pub/cells/release/0.9.1/linux-amd64/cells"
RUN wget "https://download.pydio.com/pub/cells/release/{CELLS_VERSION}/linux-amd64/cells"

RUN sudo chmod +x /home/cells/cells
RUN sudo chmod +x /home/cells/cmd.sh
RUN sudo chown cells:cells -R /home/cells/


ENV CELLS_BIND localhost
ENV CELLS_EXTERNAL localhost
ENV PORT 8080
ENV CELLS_BIND localhost:8080
ENV CELLS_EXTERNAL localhost:8080

CMD ["supervisord", "-n"]

0 comments on commit 8aabdbd

Please sign in to comment.