mirror of
https://github.com/maierfelix/POGOserver.git
synced 2026-04-24 06:47:00 -05:00
Removed run-linux in docker.
This commit is contained in:
parent
f2c178eaf6
commit
016d79358c
|
|
@ -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