We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent c227f69 commit 877df21Copy full SHA for 877df21
Dockerfile
@@ -17,6 +17,9 @@ WORKDIR /go/src/github.com/RichardKnop/go-oauth2-server
17
# Copy the local package files to the container's workspace.
18
ADD . /go/src/github.com/RichardKnop/go-oauth2-server
19
20
+# Set GO111MODULE=on variable to activate module support
21
+ENV GO111MODULE on
22
+
23
# Chown the application directory to app user
24
RUN chown -R app:app /go/src/github.com/RichardKnop/go-oauth2-server/
25
0 commit comments