adding bashrc configs; added more dev related apps; setting image memory to 4GB
This commit is contained in:
@@ -23,7 +23,7 @@ function main() {
|
||||
CONFIG_HOST="${HOME}/.config/lsps"
|
||||
CONFIG_CONTAINER="${HOME}/.config/lsps"
|
||||
|
||||
podman run -d \
|
||||
podman run -d -m 4G \
|
||||
-p 9999:9999 \
|
||||
-e HOME="${HOME}" \
|
||||
-e MAVEN_OPTS="-Duser.home=${HOME}" \
|
||||
|
||||
Reference in New Issue
Block a user