Skip to content

Commit

Permalink
[Hexa] Fix docker run
Browse files Browse the repository at this point in the history
  • Loading branch information
suibianwanwank committed Apr 27, 2024
1 parent 1409465 commit c3dd204
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion fe/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -33,4 +33,4 @@ RUN pwd


# 运行 Java 应用程序
CMD ["java", "-Dconfig=/fe/bin/start.sh", "-cp", "*", "com.ccsu.server.Launcher"]
CMD ["java", "-Dconfig=/fe/etc/config.properties", "-cp", "*", "com.ccsu.server.Launcher"]

0 comments on commit c3dd204

Please sign in to comment.