mirror of
https://github.com/jimeh/casecmp.git
synced 2026-02-19 02:16:40 +00:00
initial commit
This commit is contained in:
17
Dockerfile
Normal file
17
Dockerfile
Normal file
@@ -0,0 +1,17 @@
|
||||
FROM golang:alpine
|
||||
|
||||
ADD . /go/src/github.com/jimeh/casecmp
|
||||
|
||||
RUN go install github.com/jimeh/casecmp
|
||||
|
||||
EXPOSE 8080
|
||||
CMD ["/go/bin/casecmp", "--port", "8080"]
|
||||
|
||||
|
||||
|
||||
# FROM scratch
|
||||
# ADD bin/casecmp_linux_amd64 /casecmp
|
||||
# EXPOSE 8080
|
||||
# VOLUME /data
|
||||
# WORKDIR /
|
||||
# CMD ["/casecmp", "--port", "8080"]
|
||||
Reference in New Issue
Block a user