mirror of
https://github.com/kataras/iris.git
synced 2025-01-23 10:41:03 +01:00
5 lines
133 B
Docker
5 lines
133 B
Docker
|
FROM irisgo/cloud-native-go:latest
|
||
|
|
||
|
ENV APPSOURCES /go/src/github.com/iris-contrib/cloud-native-go
|
||
|
|
||
|
RUN ${APPSOURCES}/cloud-native-go
|