mirror of
https://github.com/openimsdk/open-im-server.git
synced 2025-04-06 04:15:46 +08:00
docker file
This commit is contained in:
parent
1c1e05a8eb
commit
e41c50d461
@ -4,7 +4,7 @@ FROM golang as build
|
||||
ENV GO111MODULE=on
|
||||
ENV GOPROXY=https://goproxy.cn,direct
|
||||
|
||||
COPY ../* ./Open-IM-Server
|
||||
COPY ../* /Open-IM-Server
|
||||
ENV WORKDIR /Open-IM-Server/cmd/api
|
||||
|
||||
RUN apt-get update && apt-get install apt-transport-https && apt-get install procps\
|
||||
|
@ -1,6 +1,9 @@
|
||||
#!/usr/bin/env bash
|
||||
version=errcode
|
||||
repository=${1}
|
||||
if [ -z ${repository} ]
|
||||
exit 0
|
||||
fi
|
||||
|
||||
set +e
|
||||
echo "repository: ${repository}"
|
||||
|
Loading…
x
Reference in New Issue
Block a user