hamker magic
All checks were successful
Build and Push Docker Images / Build and Push Docker Images (push) Successful in 3m39s

This commit is contained in:
Shihaam Abdul Rahman 2025-01-11 03:35:55 +05:00
parent 7bfdc10a5a
commit ef32b7413d
Signed by: shihaam
GPG Key ID: 6DA2E87EBC227636

View File

@ -18,4 +18,6 @@ COPY --from=builder /var/www/html/prisma ./prisma
VOLUME /var/www/html VOLUME /var/www/html
ENV HOSTNAME "0.0.0.0"
CMD ["npm", "start"] CMD ["npm", "start"]