From 05f45c96468c78d8e107d99a34e22486bd18e7fb Mon Sep 17 00:00:00 2001 From: TheHolyRoger Date: Sun, 21 May 2023 15:48:20 +0100 Subject: [PATCH] Fix docker startup error --- Dockerfile | 1 + VERSION | 2 +- 2 files changed, 2 insertions(+), 1 deletion(-) diff --git a/Dockerfile b/Dockerfile index 7f251aa..1469382 100644 --- a/Dockerfile +++ b/Dockerfile @@ -48,6 +48,7 @@ COPY --chown=rogerthat:rogerthat support/generate_self_signed_cert.sh . COPY --chown=rogerthat:rogerthat support/wait-for-it.sh . COPY --chown=rogerthat:rogerthat LICENSE . COPY --chown=rogerthat:rogerthat README.md . +COPY --chown=rogerthat:rogerthat VERSION . # activate rogerthat env when entering the CT RUN echo "source /home/rogerthat/miniconda3/etc/profile.d/conda.sh && conda activate $(head -1 environment.yml | cut -d' ' -f2)" >> ~/.bashrc diff --git a/VERSION b/VERSION index f93ea0c..6acdb44 100644 --- a/VERSION +++ b/VERSION @@ -1 +1 @@ -2.0.2 \ No newline at end of file +2.0.3 \ No newline at end of file