We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent b7be9f3 commit 0138c4dCopy full SHA for 0138c4d
2 files changed
Dockerfile
@@ -98,6 +98,8 @@ RUN curl -fsL http://geolite.maxmind.com/download/geoip/database/GeoLite2-City.m
98
VOLUME /toolkit
99
WORKDIR /toolkit
100
101
+RUN sbt update
102
+
103
# expose frontend port
104
EXPOSE 8080
105
# expose backend port
README.md
@@ -2,7 +2,7 @@
2
Dockerfiles for the toolkit's docker image. It should be built automatically by DockerCloud.
3
4
To build it manually, run:
5
-``docker image build -t "proteinevolution/toolkit-docker:1.1.3" -t "proteinevolution/toolkit-docker:latest" .``
+``docker image build -t "proteinevolution/toolkit-docker:1.1.4" -t "proteinevolution/toolkit-docker:latest" .``
6
7
To push the image, run:
8
``docker push proteinevolution/toolkit-docker:latest``
0 commit comments