commit | 2f2a7f890cf2af74d6d9306f450e53dbde76d8f0 | [log] [tgz] |
---|---|---|
author | Han-Wen Nienhuys <hanwen@google.com> | Mon Apr 08 15:29:52 2019 +0200 |
committer | Han-Wen Nienhuys <hanwen@google.com> | Mon Apr 08 15:29:52 2019 +0200 |
tree | 3a2bdbcd7ab49f6c64364f84ad7f4b2eed274864 | |
parent | 4d9e218709c96f6625a725aaa2039ef4adfe857b [diff] |
Copy gofmt from localdir
diff --git a/Dockerfile b/Dockerfile index e733045..c472a53 100644 --- a/Dockerfile +++ b/Dockerfile
@@ -14,8 +14,7 @@ COPY buildifier /usr/bin/buildifier # ?? -COPY /usr/bin/gofmt /usr/bin/gofmt +COPY gofmt /usr/bin/gofmt EXPOSE 80 CMD ["fmtserver", "-port=80"] -