1
0
Fork 0
mirror of https://github.com/portainer/portainer.git synced 2025-08-05 22:05:23 +02:00

Added initial files for build and test automation.

This commit is contained in:
Kevan Ahlquist 2015-01-03 16:49:28 -06:00
parent 403daff934
commit 58bd6faa47
8 changed files with 198 additions and 21 deletions

View file

@ -1,6 +1,7 @@
FROM crosbymichael/golang
ADD . /app/
COPY dockerui.go /app/
COPY dist/ /app/
WORKDIR /app/
RUN go build dockerui.go
EXPOSE 9000