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
All checks were successful
Docker Build and Push for Main Branch / docker (push) Successful in 2m14s
This commit is contained in:
@@ -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;"]
|
||||
|
||||
Reference in New Issue
Block a user