Skip to content

kloudsamurai/jvm-nx-dev

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

14 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Gradle/JVM Backend + NX Frontend

This is a public repository, so any packages and modifications should be generally available to any developer.

build it with debug output

docker buildx build --no-cache --progress=plain --platform linux/amd64 -t jvm-nx-dev:latest .

test stuff locally

docker run --platform linux/amd64 -it jvm-nx-dev:latest /bin/bash

test stuff remotely

docker run --platform linux/amd64 -it jvm-nx-dev:latest /bin/bash

start services when using the container

/etc/init.d/mysql start
/etc/init.d/redis-server start