File tree Expand file tree Collapse file tree 2 files changed +3
-1
lines changed
Expand file tree Collapse file tree 2 files changed +3
-1
lines changed Original file line number Diff line number Diff line change @@ -98,6 +98,8 @@ RUN curl -fsL http://geolite.maxmind.com/download/geoip/database/GeoLite2-City.m
9898VOLUME /toolkit
9999WORKDIR /toolkit
100100
101+ RUN sbt update
102+
101103# expose frontend port
102104EXPOSE 8080
103105# expose backend port
Original file line number Diff line number Diff line change 22Dockerfiles for the toolkit's docker image. It should be built automatically by DockerCloud.
33
44To 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
77To push the image, run:
88`` docker push proteinevolution/toolkit-docker:latest ``
You can’t perform that action at this time.
0 commit comments