nuxt is running
This commit is contained in:
@@ -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
|
||||
|
||||
|
@@ -1,5 +1,5 @@
|
||||
upstream app{
|
||||
server app:5173;
|
||||
server app:3000;
|
||||
}
|
||||
|
||||
server {
|
||||
|
Reference in New Issue
Block a user