Dockerfile 100 Bytes EditWeb IDE 1 2 3 4 5 6 FROM alpine COPY ./go-admin / EXPOSE 8000 CMD ["/go-admin","server","-c", "/config/settings.yml"]