Skip to content

Commit

Permalink
docker: use new install env var
Browse files Browse the repository at this point in the history
  • Loading branch information
koush committed May 22, 2023
1 parent 9a49416 commit 2ecc26c
Show file tree
Hide file tree
Showing 4 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion install/docker/Dockerfile.full
Original file line number Diff line number Diff line change
Expand Up @@ -96,7 +96,7 @@ RUN python3 -m pip install debugpy typing_extensions psutil
################################################################
FROM header as base

ENV SCRYPTED_DOCKER_SERVE="true"
ENV SCRYPTED_INSTALL_ENVIRONMENT="docker"
ENV SCRYPTED_CAN_RESTART="true"
ENV SCRYPTED_VOLUME="/server/volume"
ENV SCRYPTED_INSTALL_PATH="/server"
Expand Down
2 changes: 1 addition & 1 deletion install/docker/Dockerfile.lite
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,7 @@ RUN rm -f /usr/lib/python**/EXTERNALLY-MANAGED
RUN python3 -m pip install --upgrade pip
RUN python3 -m pip install debugpy typing_extensions psutil

ENV SCRYPTED_DOCKER_SERVE="true"
ENV SCRYPTED_INSTALL_ENVIRONMENT="docker"
ENV SCRYPTED_CAN_RESTART="true"
ENV SCRYPTED_VOLUME="/server/volume"
ENV SCRYPTED_INSTALL_PATH="/server"
Expand Down
2 changes: 1 addition & 1 deletion install/docker/Dockerfile.thin
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ RUN apt-get -y upgrade
RUN apt-get -y install software-properties-common apt-utils
RUN apt-get -y update

ENV SCRYPTED_DOCKER_SERVE="true"
ENV SCRYPTED_INSTALL_ENVIRONMENT="docker"
ENV SCRYPTED_CAN_RESTART="true"
ENV SCRYPTED_VOLUME="/server/volume"
ENV SCRYPTED_INSTALL_PATH="/server"
Expand Down
2 changes: 1 addition & 1 deletion install/docker/template/Dockerfile.full.footer
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
################################################################
FROM header as base

ENV SCRYPTED_DOCKER_SERVE="true"
ENV SCRYPTED_INSTALL_ENVIRONMENT="docker"
ENV SCRYPTED_CAN_RESTART="true"
ENV SCRYPTED_VOLUME="/server/volume"
ENV SCRYPTED_INSTALL_PATH="/server"
Expand Down

0 comments on commit 2ecc26c

Please sign in to comment.