Skip to content
Snippets Groups Projects
Commit 6dff5cd1 authored by Randy D. Wallace Jr's avatar Randy D. Wallace Jr
Browse files

Update Dockerfile to build dockerui.go

parent 31ac4ec9
No related branches found
No related tags found
No related merge requests found
# 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"]
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment