mirror of
https://github.com/kataras/iris.git
synced 2026-01-11 14:05:59 +00:00
Update to version 8.5.5 | Read HISTORY.md
Former-commit-id: dced7d472edabbab4f80c76051f13261928a8dea
This commit is contained in:
@@ -1,12 +1,12 @@
|
||||
FROM golang:1.9-alpine
|
||||
|
||||
RUN apk update && apk upgrade && apk add --no-cache bash git
|
||||
RUN go get github.com/iris-contrib/cloud-native-go
|
||||
|
||||
ENV SOURCES /go/src/github.com/iris-contrib/cloud-native-go
|
||||
# COPY . ${SOURCES}
|
||||
|
||||
RUN cd ${SOURCES} $$ CGO_ENABLED=0 go build
|
||||
|
||||
ENTRYPOINT cloud-native-go
|
||||
FROM golang:1.9-alpine
|
||||
|
||||
RUN apk update && apk upgrade && apk add --no-cache bash git
|
||||
RUN go get github.com/iris-contrib/cloud-native-go
|
||||
|
||||
ENV SOURCES /go/src/github.com/iris-contrib/cloud-native-go
|
||||
# COPY . ${SOURCES}
|
||||
|
||||
RUN cd ${SOURCES} $$ CGO_ENABLED=0 go build
|
||||
|
||||
ENTRYPOINT cloud-native-go
|
||||
EXPOSE 8080
|
||||
Reference in New Issue
Block a user