All checks were successful
Build & Push Docker Image / build-and-publish (push) Successful in 13s
7 lines
194 B
Bash
7 lines
194 B
Bash
#!/bin/bash
|
|
|
|
# Ensure we're using the correct home directory
|
|
export HOME=/config
|
|
|
|
# Run RuneLite with proper Java options for containerized environment
|
|
exec java -jar /usr/local/bin/RuneLite.jar |