Skip to content

Commit 0138c4d

Browse files
felixgablerFelix Gabler
authored andcommitted
fetch dependencies
1 parent b7be9f3 commit 0138c4d

File tree

2 files changed

+3
-1
lines changed

2 files changed

+3
-1
lines changed

Dockerfile

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -98,6 +98,8 @@ RUN curl -fsL http://geolite.maxmind.com/download/geoip/database/GeoLite2-City.m
9898
VOLUME /toolkit
9999
WORKDIR /toolkit
100100

101+
RUN sbt update
102+
101103
# expose frontend port
102104
EXPOSE 8080
103105
# expose backend port

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
Dockerfiles for the toolkit's docker image. It should be built automatically by DockerCloud.
33

44
To build it manually, run:
5-
``docker image build -t "proteinevolution/toolkit-docker:1.1.3" -t "proteinevolution/toolkit-docker:latest" .``
5+
``docker image build -t "proteinevolution/toolkit-docker:1.1.4" -t "proteinevolution/toolkit-docker:latest" .``
66

77
To push the image, run:
88
``docker push proteinevolution/toolkit-docker:latest``

0 commit comments

Comments
 (0)