diff options
| author | Fabian Mastenbroek <mail.fabianm@gmail.com> | 2020-10-01 10:24:17 +0200 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2020-10-01 10:24:17 +0200 |
| commit | 5d71ef4bd6ca84cf5f445f7ba4bb5f7a1e181b64 (patch) | |
| tree | 378ee03042636dde384e4c7eb98aef00f5d3213c /simulator/Dockerfile | |
| parent | 1656a77645079754fc31cffad9d0af6d92e184ee (diff) | |
| parent | a283fac5e4d2a6be229acba191acdcbf7eba6dcd (diff) | |
Merge pull request #42 from atlarge-research/refactor/clean-up
Remove odcsim component from OpenDC
Diffstat (limited to 'simulator/Dockerfile')
| -rw-r--r-- | simulator/Dockerfile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/simulator/Dockerfile b/simulator/Dockerfile index e42c7f14..880af95d 100644 --- a/simulator/Dockerfile +++ b/simulator/Dockerfile @@ -23,9 +23,9 @@ RUN ./gradlew clean build --no-daemon > /dev/null 2>&1 || true # Build project COPY ./ /app/ -RUN ./gradlew --no-daemon :opendc:opendc-runner-web:installDist +RUN ./gradlew --no-daemon :opendc-runner-web:installDist FROM openjdk:14-slim -COPY --from=builder /app/opendc/opendc-runner-web/build/install /app +COPY --from=builder /app/opendc-runner-web/build/install /app WORKDIR /app CMD opendc-runner-web/bin/opendc-runner-web |
