feat(docker): Add i386 image. (#315)
* feat(docker): Add i386 image. * update drone Signed-off-by: Bo-Yi Wu <appleboy.tw@gmail.com>
This commit is contained in:
@@ -7,7 +7,7 @@ LABEL org.label-schema.vendor="Bo-Yi Wu"
|
||||
LABEL org.label-schema.schema-version="1.0"
|
||||
LABEL maintainer="Bo-Yi Wu <appleboy.tw@gmail.com>"
|
||||
|
||||
ADD bin/gorush /
|
||||
ADD release/linux/amd64/gorush /bin/
|
||||
|
||||
EXPOSE 8088 9000
|
||||
ENTRYPOINT ["/gorush"]
|
||||
ENTRYPOINT ["/bin/gorush"]
|
||||
|
||||
Reference in New Issue
Block a user