mirror of
https://github.com/maierfelix/POGOserver.git
synced 2026-04-21 17:07:24 -05:00
Merge pull request #190 from DracoMilesX/patch-1
Removed run-linux in docker.
This commit is contained in:
commit
db0ffe0985
|
|
@ -36,7 +36,6 @@ RUN git clone --recursive https://github.com/google/protobuf.git
|
|||
RUN cd /protobuf && ./autogen.sh && ./configure && make && make check && make install && ldconfig
|
||||
RUN cd /
|
||||
RUN git clone --recursive https://github.com/maierfelix/POGOserver.git
|
||||
RUN chmod +x /POGOserver/run-linux.sh
|
||||
COPY cfg.js /POGOserver/
|
||||
COPY supervisord.conf /etc/supervisor/conf.d/supervisord.conf
|
||||
RUN service mysql start && mysql -u root -e "create database pogosql";
|
||||
|
|
|
|||
Loading…
Reference in New Issue
Block a user