File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -51,6 +51,7 @@ RUN chown -R root:root /app
5151
5252# define the execution environment
5353VOLUME /var/lib/docker
54+ WORKDIR /app
5455ENTRYPOINT ["/app/bin/entry" ]
5556CMD ["/app/bin/boot" ]
5657EXPOSE 22
Original file line number Diff line number Diff line change @@ -11,5 +11,6 @@ RUN apt-get install -yq redis-server
1111ADD . /app
1212
1313# define the execution environment
14+ WORKDIR /app
1415CMD ["/app/bin/boot" ]
1516EXPOSE 6379
Original file line number Diff line number Diff line change @@ -13,5 +13,6 @@ ADD . /app
1313
1414# define the execution environment
1515VOLUME ["/var/lib/postgresql" ]
16+ WORKDIR /app
1617CMD ["/app/bin/boot" ]
1718EXPOSE 5432
Original file line number Diff line number Diff line change @@ -15,5 +15,6 @@ RUN mkdir -p /var/log/deis
1515ADD . /app
1616
1717# prepare execution environment
18+ WORKDIR /app
1819CMD ["/app/bin/boot" ]
1920EXPOSE 514
Original file line number Diff line number Diff line change @@ -31,5 +31,6 @@ VOLUME /data
3131ADD . /app
3232
3333# define the execution environment
34+ WORKDIR /app
3435CMD ["/app/bin/boot" ]
3536EXPOSE 5000
You can’t perform that action at this time.
0 commit comments