Skip to content

Commit e195fb3

Browse files
committed
dockerize harambe
1 parent a77e61c commit e195fb3

File tree

3 files changed

+8
-0
lines changed

3 files changed

+8
-0
lines changed

web/harambehub-100/deploy/Dockerfile

+4
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,4 @@
1+
FROM openjdk:latest
2+
3+
EXPOSE 8080
4+
CMD [ "java", "-jar", "./harambehub-1.0-jar-with-dependencies.jar" ]

web/harambehub-100/deploy/README.md

+4
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,4 @@
1+
# Deploy Instructions
2+
* cd into directory
3+
* `docker build -t ctfx/harambehub .`
4+
* `docker run -p <host port>:8080 -d ctfx/harambehub`

0 commit comments

Comments
 (0)