Skip to content

Commit

Permalink
Bump server release to 1.3.1
Browse files Browse the repository at this point in the history
  • Loading branch information
msh100 committed Dec 9, 2023
1 parent 90563b2 commit f112b1f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@ RUN mkdir -p /output/main/ && \
cp /gamefiles/Main/pak0.pk3 /output/main/

ADD fetchRtcwPro.sh /output/fetchRtcwPro.sh
RUN datapath="/output/rtcwpro-data" bash /output/fetchRtcwPro.sh "132423843" && \
RUN datapath="/output/rtcwpro-data" bash /output/fetchRtcwPro.sh "133239597" && \
mv /output/rtcwpro-data/rtcwpro /output/ && \
mv /output/rtcwpro-data/wolfded.x86 /output/ && \
rm -rf /output/rtcwpro-data
Expand Down

0 comments on commit f112b1f

Please sign in to comment.