Admin dashboard Exit-Game HKA
330
To set up your environment start by setting the required environment variables either globally on your system or on the command line session.
NEXT_PUBLIC_BASE_PATH = '/exit-game-frontend'
NEXT_PUBLIC_BACKEND_URL = 'url_of_the_backend'
The Node.js instance inside this image runs by default on port 3000
docker run \
-d \
--name exit-game-admin-dashboard \
-p 127.0.0.1:3001:3000 \
exitgamehka/exit-game-admin-dashboard:1.0.0
Content type
Image
Digest
sha256:93a26a38b…
Size
83.5 MB
Last updated
almost 2 years ago
docker pull exitgamehka/exit-game-admin-dashboard:1.3.0