mirror of https://github.com/kone-net/go-chat.git
7 changed files with 65 additions and 4 deletions
@ -1,5 +1,6 @@
@@ -1,5 +1,6 @@
|
||||
FROM hub.c.163.com/public/centos:7.0 |
||||
RUN [ "mkdir", "/usr/local/gochat" ] |
||||
RUN [ "mkdir", "-p", "/usr/local/gochat/web/static/file" ] |
||||
WORKDIR /usr/local/gochat |
||||
COPY ../../bin/chat /usr/local/gochat |
||||
COPY ../../config.toml /usr/local/gochat |
||||
|
Loading…
Reference in new issue