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

fix dockerfile config path

parent b85d4e3b
No related merge requests found
Pipeline #238 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