We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 9815ef9 commit 0ac3d77Copy full SHA for 0ac3d77
Dockerfile
@@ -19,10 +19,10 @@ VOLUME ["/var/games/crossfire/", "/var/log/crossfire"]
19
20
EXPOSE 13327
21
22
+RUN install -d /app
23
COPY entrypoint.sh /app
24
-RUN install -d /app \
25
- && chmod +x /app/entrypoint.sh \
+RUN chmod +x /app/entrypoint.sh \
26
&& touch /var/games/crossfire/highscore \
27
&& install -d /var/games/crossfire/datafiles \
28
&& install -d /var/games/crossfire/players \
0 commit comments