feat: add Dockerfile for frontend management and implement an admin page for user management.
All checks were successful
Build and Deploy Frontend Learner / Build Frontend Learner Docker Image (push) Successful in 35s
Build and Deploy Frontend Management to Dev Server / Build Frontend Management Docker Image (push) Successful in 34s
Build and Deploy Frontend Learner / Deploy E-learning Frontend Learner to Dev Server (push) Successful in 3s
Build and Deploy Frontend Management to Dev Server / Deploy E-learning Frontend Management to Dev Server (push) Successful in 3s
Build and Deploy Frontend Learner / Notify Deployment Status (push) Successful in 1s
Build and Deploy Frontend Management to Dev Server / Notify Deployment Status (push) Successful in 2s
All checks were successful
Build and Deploy Frontend Learner / Build Frontend Learner Docker Image (push) Successful in 35s
Build and Deploy Frontend Management to Dev Server / Build Frontend Management Docker Image (push) Successful in 34s
Build and Deploy Frontend Learner / Deploy E-learning Frontend Learner to Dev Server (push) Successful in 3s
Build and Deploy Frontend Management to Dev Server / Deploy E-learning Frontend Management to Dev Server (push) Successful in 3s
Build and Deploy Frontend Learner / Notify Deployment Status (push) Successful in 1s
Build and Deploy Frontend Management to Dev Server / Notify Deployment Status (push) Successful in 2s
This commit is contained in:
parent
9c52abcfd9
commit
e57630ac05
2 changed files with 14 additions and 2 deletions
|
|
@ -44,5 +44,4 @@ ENV PORT=3001
|
|||
ENV NUXT_HOST=0.0.0.0
|
||||
ENV NUXT_PORT=3001
|
||||
|
||||
# Start the application using preview command
|
||||
CMD ["npm", "run", "preview"]
|
||||
CMD ["node", ".output/server/index.mjs"]
|
||||
Loading…
Add table
Add a link
Reference in a new issue