This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
FROM hseeberger/scala-sbt | |
# For a Alpine Linux version, comment above and uncomment below: | |
# FROM 1science/sbt | |
RUN mkdir -p /exampleapp | |
RUN mkdir -p /exampleapp/out | |
WORKDIR /exampleapp | |
COPY . /exampleapp |
OlderNewer