about summary refs log tree commit diff
path: root/Dockerfile
diff options
context:
space:
mode:
authoremile <hanemile@protonmail.com>2019-01-29 12:28:30 +0000
committerGogs <gogs@fake.local>2019-01-29 12:28:30 +0000
commit463c60ae427f01a0393ee4805bf46347356c6f51 (patch)
tree90612ecf2d696889aced5a19cc74abf59062df2d /Dockerfile
parent484c6d61e5b7178f6cc1c59be0c938c800dc2422 (diff)
parent49058131c3ebc8e9c69b93665e6d1081376d0be0 (diff)
Merge branch 'svg' of GalaxySimulator/viewer into master
Diffstat (limited to 'Dockerfile')
-rw-r--r--Dockerfile7
1 files changed, 7 insertions, 0 deletions
diff --git a/Dockerfile b/Dockerfile
new file mode 100644
index 0000000..f1f6c8b
--- /dev/null
+++ b/Dockerfile
@@ -0,0 +1,7 @@
+FROM golang:latest
+
+WORKDIR /home
+
+COPY /src /home/
+
+ENTRYPOINT ["go", "run", "."]