Skip to content

Commit 2345d5a

Browse files
committed
Move .sh files related to container build into src/ folder to avoid confusion
1 parent 9786888 commit 2345d5a

File tree

3 files changed

+1
-1
lines changed

3 files changed

+1
-1
lines changed

Dockerfile

+1-1
Original file line numberDiff line numberDiff line change
@@ -49,7 +49,7 @@ RUN addgroup -gid ${USER} steam && \
4949
curl -sqL ${STEAMCMDURL} | tar zxfv - && \
5050
chown -R ${USER}:${USER} ${STEAMCMDDIR} ${HOMEDIR} ${STEAMAPPDIR} /Config /Logs
5151

52-
COPY ./setup_resonite.sh ./start_resonite.sh /Scripts/
52+
COPY ./src/setup_resonite.sh ./src/start_resonite.sh /Scripts/
5353

5454
RUN chown -R ${USER}:${USER} /Scripts/setup_resonite.sh /Scripts/start_resonite.sh && \
5555
chmod +x /Scripts/setup_resonite.sh /Scripts/start_resonite.sh
File renamed without changes.
File renamed without changes.

0 commit comments

Comments
 (0)