Skip to content

Commit 0ac3d77

Browse files
Make directory, before copying files to that directory
1 parent 9815ef9 commit 0ac3d77

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

Dockerfile

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -19,10 +19,10 @@ VOLUME ["/var/games/crossfire/", "/var/log/crossfire"]
1919

2020
EXPOSE 13327
2121

22+
RUN install -d /app
2223
COPY entrypoint.sh /app
2324

24-
RUN install -d /app \
25-
&& chmod +x /app/entrypoint.sh \
25+
RUN chmod +x /app/entrypoint.sh \
2626
&& touch /var/games/crossfire/highscore \
2727
&& install -d /var/games/crossfire/datafiles \
2828
&& install -d /var/games/crossfire/players \

0 commit comments

Comments
 (0)