mirror of
https://github.com/portainer/portainer.git
synced 2025-08-04 21:35:23 +02:00
Update Dockerfile to build dockerui.go
This commit is contained in:
parent
31ac4ec91d
commit
6dff5cd19e
1 changed files with 4 additions and 2 deletions
|
@ -1,6 +1,6 @@
|
|||
# Dockerfile for DockerUI
|
||||
|
||||
FROM ubuntu
|
||||
FROM ubuntu:12.04
|
||||
|
||||
MAINTAINER Michael Crosby http://crosbymichael.com
|
||||
|
||||
|
@ -10,7 +10,9 @@ RUN apt-get upgrade -y
|
|||
|
||||
ADD . /app/
|
||||
|
||||
EXPOSE 9000
|
||||
WORKDIR /app/
|
||||
|
||||
RUN apt-get install -y golang-go && go build dockerui.go
|
||||
|
||||
EXPOSE 9000
|
||||
ENTRYPOINT ["./dockerui"]
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue