chore(core) Removed CLI access and Modified service names
All checks were successful
Docker Build and Push for Main Branch / docker (push) Successful in 2m14s

This commit is contained in:
l-nmch
2026-05-12 21:06:45 +02:00
parent f45a108808
commit 130aaf777d
4 changed files with 9 additions and 225 deletions

View File

@@ -1,9 +1,9 @@
FROM node:18-alpine
FROM nginx:stable-alpine
WORKDIR /usr/src/app
WORKDIR /usr/share/nginx/html
COPY . .
EXPOSE 80
CMD ["node", "server.js"]
CMD ["nginx", "-g", "daemon off;"]