Skip to content
Snippets Groups Projects
Commit 82e0a1f1 authored by iaibrys's avatar iaibrys
Browse files

Fix sharelatex docker path.

parent 985c60c9
No related branches found
No related tags found
No related merge requests found
Pipeline #412 passed
...@@ -19,7 +19,7 @@ docker pull mongo:4.0.0 ...@@ -19,7 +19,7 @@ docker pull mongo:4.0.0
<% if enabled_features[:sharelatex] %> <% if enabled_features[:sharelatex] %>
echo "Building sharelatex" echo "Building sharelatex"
docker build --tag enote/dtu-enote-sharelatex:<%= @docker_version_tag %> --tag enote/dtu-enote-sharelatex:latest --tag <%= @docker_registry%>/enote/dtu-enote-sharelatex:<%= @docker_version_tag %> <%= @src_root %>/dtu-enote-sharelatex/sharelatex docker build --tag enote/dtu-enote-sharelatex:<%= @docker_version_tag %> --tag enote/dtu-enote-sharelatex:latest --tag <%= @docker_registry%>/enote/dtu-enote-sharelatex:<%= @docker_version_tag %> <%= @src_root %>/dtu-enote-sharelatex
<% end %> <% end %>
<% if enabled_features[:getpdf] %> <% if enabled_features[:getpdf] %>
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment