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:
parent
403daff934
commit
58bd6faa47
8 changed files with 198 additions and 21 deletions
|
@ -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
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue