Skip to content
Snippets Groups Projects
Commit 69c704c4 authored by Anton Sarukhanov's avatar Anton Sarukhanov
Browse files

fix dockerfile config path

parent 6bc1853a
No related branches found
No related tags found
No related merge requests found
Pipeline #237 passed with stage
in 56 seconds
......@@ -7,7 +7,7 @@ RUN wget -O BombSquad_Server_Linux_64bit_$BS_VERSION.tar.gz $BS_MIRROR/BombSquad
&& tar xzf BombSquad_Server_Linux_64bit_$BS_VERSION.tar.gz \
&& rm BombSquad_Server_Linux_64bit_$BS_VERSION.tar.gz
COPY ./scripts/config.py /bombsquad/BombSquad_Server_Linux_64bit_$BS_VERSION/config.py
COPY ./config.py /bombsquad/BombSquad_Server_Linux_64bit_$BS_VERSION/config.py
COPY ./scripts/bsTeamGame.py /bombsquad/BombSquad_Server_Linux_64bit_$BS_VERSION/data/scripts/bsTeamGame.py
COPY ./scripts/bsGame.py /bombsquad/BombSquad_Server_Linux_64bit_$BS_VERSION/data/scripts/bsGame.py
COPY ./scripts/bsBomb.py /bombsquad/BombSquad_Server_Linux_64bit_$BS_VERSION/data/scripts/bsBomb.py
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment