WS & TTS urls configurable

This commit is contained in:
Dobromir Popov
2023-03-06 23:56:43 +02:00
parent 473d640809
commit 2f56d76042
5 changed files with 394 additions and 61 deletions

View File

@ -10,8 +10,8 @@ RUN echo $USERNAME ALL=\(root\) NOPASSWD:ALL > /etc/sudoers.d/$USERNAME \
&& chmod 0440 /etc/sudoers.d/$USERNAME
# Set `DEVCONTAINER` environment variable to help with orientation
ENV DEVCONTAINER=true
#ENV DEVCONTAINER=true
#! env declarations not copied to devcontainer
########## Modified Dockerfile ##########