Skip to content

Commit

Permalink
change to main branch
Browse files Browse the repository at this point in the history
  • Loading branch information
cl117 committed Sep 15, 2024
1 parent 21e58ed commit 3370a59
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
4 changes: 2 additions & 2 deletions flask/docker/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ RUN apt-get update && \
python3.11 -m pip install pip --upgrade && \
python3.11 -m venv jammy && \
. jammy/bin/activate && \
git clone --branch change_dependencies https://github.com/SynBioDex/SBOLExplorer.git && \
git clone https://github.com/SynBioDex/SBOLExplorer.git && \
cd SBOLExplorer/flask && \
pip install -r requirements.txt && \
crontab update.cron
Expand All @@ -38,4 +38,4 @@ RUN mkdir /mnt/config && \
rm -rf dumps && \
ln -s /mnt/data dumps

CMD sh -c ". ../../jammy/bin/activate && ./start.sh && cat config.json"
CMD sh -c ". ../../jammy/bin/activate && ./start.sh"
4 changes: 2 additions & 2 deletions flask/docker/Dockerfile-synbiohub
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ RUN apt-get update && \
python3.11 -m pip install pip --upgrade && \
python3.11 -m venv jammy && \
. jammy/bin/activate && \
git clone --branch change_dependencies https://github.com/SynBioDex/SBOLExplorer.git && \
git clone https://github.com/SynBioDex/SBOLExplorer.git && \
cd SBOLExplorer/flask && \
pip install -r requirements.txt && \
crontab update.cron
Expand All @@ -40,4 +40,4 @@ RUN mkdir /mnt/config && \

ADD config-synbiohub.json /mnt/config/config.json

CMD sh -c ". ../../jammy/bin/activate && ./start.sh && cat config.json"
CMD sh -c ". ../../jammy/bin/activate && ./start.sh"

0 comments on commit 3370a59

Please sign in to comment.