Skip to content

Commit

Permalink
Merge pull request #7 from TheHolyRoger/fix/startup-error
Browse files Browse the repository at this point in the history
Fix docker startup error
  • Loading branch information
TheHolyRoger authored May 21, 2023
2 parents ebcc23c + 05f45c9 commit 0c5e2c0
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
1 change: 1 addition & 0 deletions Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
2 changes: 1 addition & 1 deletion VERSION
Original file line number Diff line number Diff line change
@@ -1 +1 @@
2.0.2
2.0.3

0 comments on commit 0c5e2c0

Please sign in to comment.