Skip to content
This repository has been archived by the owner on Sep 9, 2023. It is now read-only.

Commit

Permalink
Dockerfile initial version.
Browse files Browse the repository at this point in the history
  • Loading branch information
pataquets committed Jan 25, 2018
1 parent 3e22313 commit 6b0de96
Showing 1 changed file with 8 additions and 0 deletions.
8 changes: 8 additions & 0 deletions Dockerfile
Original file line number Diff line number Diff line change
@@ -0,0 +1,8 @@
FROM hseeberger/scala-sbt

ADD . /usr/src/dbstress/
WORKDIR /usr/src/dbstress/

RUN sbt packArchive

ENTRYPOINT [ "./target/pack/bin/dbstress" ]

0 comments on commit 6b0de96

Please sign in to comment.