Skip to content

Commit

Permalink
Fix entrypoint
Browse files Browse the repository at this point in the history
  • Loading branch information
Freekers authored Oct 29, 2024
1 parent 68b0b74 commit 2206830
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 @@ -28,4 +28,4 @@ RUN mkdir -p /root/statsgen/drive_c/statsgen && \
RUN winecfg

# Set entrypoint
ENTRYPOINT ["xvfb-run", "-a", "wine", "/root/statsgen/drive_c/statsgen/statsgen2.exe"]
ENTRYPOINT xvfb-run -a wine "/root/statsgen/drive_c/statsgen/statsgen2.exe"

0 comments on commit 2206830

Please sign in to comment.