nuxt is running

This commit is contained in:
2024-06-18 16:22:58 +02:00
parent 8d9966c070
commit 85ee493970
5 changed files with 7 additions and 3 deletions

View File

@@ -1,4 +1,4 @@
FROM node:lts-bullseye
FROM node:lts-bookworm
# THE ALL USER THINGS IS USELESS AS NODE IS ALREADY A USER @ 1000

View File

@@ -1,5 +1,5 @@
upstream app{
server app:5173;
server app:3000;
}
server {