Skip to content

Commit

Permalink
Solved issue #274. Docker installation fails
Browse files Browse the repository at this point in the history
  • Loading branch information
luissian committed Aug 26, 2024
1 parent c221941 commit 1f1de18
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ RUN git checkout develop

RUN pip install -r conf/requirements.txt

RUN bash install.sh --install app --dev --conf conf/docker_install_settings.txt --docker
RUN bash install.sh --install app --git_revision main --conf conf/docker_install_settings.txt --docker

WORKDIR /opt/iskylims

Expand Down

0 comments on commit 1f1de18

Please sign in to comment.