Merge branch 'dev' of github.com:EngiGu/message-nest into dev
This commit is contained in:
+3
-3
@@ -1,9 +1,9 @@
|
||||
FROM golang:latest
|
||||
|
||||
ENV GOPROXY https://goproxy.cn,direct
|
||||
WORKDIR $GOPATH/src/github.com/EDDYCJY/go-gin-example
|
||||
COPY . $GOPATH/src/github.com/EDDYCJY/go-gin-example
|
||||
WORKDIR /app
|
||||
COPY . /app
|
||||
RUN go build .
|
||||
|
||||
EXPOSE 8000
|
||||
ENTRYPOINT ["./go-gin-example"]
|
||||
ENTRYPOINT ["./Message-Nest"]
|
||||
|
||||
@@ -1,6 +1,6 @@
|
||||
The MIT License (MIT)
|
||||
|
||||
Copyright (c) The go-gin-example Authors
|
||||
Copyright (c) The Message-Nest Authors
|
||||
|
||||
Permission is hereby granted, free of charge, to any person obtaining a copy
|
||||
of this software and associated documentation files (the "Software"), to deal
|
||||
|
||||
Reference in New Issue
Block a user