icons added

This commit was merged in pull request #19.
This commit is contained in:
victorAnumudu
2024-08-15 19:24:40 +01:00
parent fd2ee5da6d
commit 8efb07da7a
12 changed files with 36 additions and 23 deletions
+2 -2
View File
@@ -135,9 +135,9 @@ COPY . /app
# start app
#CMD ["serve", "-s", "build"]
#CMD ["npm", "run", "dev"]
CMD ["npm", "run", "dev"]
#RUN npm run build
#CMD ["npm", "run", "start"]
CMD ["sh", "-c", "next build && next start"]
# CMD ["sh", "-c", "next build && next start"]