summaryrefslogtreecommitdiff
path: root/Dockerfile
diff options
context:
space:
mode:
Diffstat (limited to 'Dockerfile')
-rw-r--r--Dockerfile20
1 files changed, 0 insertions, 20 deletions
diff --git a/Dockerfile b/Dockerfile
deleted file mode 100644
index f8de6b54..00000000
--- a/Dockerfile
+++ /dev/null
@@ -1,20 +0,0 @@
-FROM gradle:alpine
-MAINTAINER Fabian Mastenbroek <f.s.mastenbroek@student.tudelft.nl>
-
-# Copy OpenDC simulator
-COPY ./ /home/gradle/simulator
-
-# Fix permissions
-USER root
-RUN chown -R gradle:gradle /home/gradle/simulator && \
- chmod -R 771 /home/gradle/simulator
-USER gradle
-
-# Set the working directory to the JPA integration
-WORKDIR /home/gradle/simulator/opendc-integration-jpa
-
-# Build the application
-RUN gradle --no-daemon installDist
-
-# Run the application
-CMD build/install/opendc-integration-jpa/bin/opendc-integration-jpa