work now?

This commit is contained in:
Liam 2022-10-26 14:13:48 +01:00
parent 2ffc1ff0cc
commit afd71646d8

@ -63,5 +63,6 @@ EXPOSE 3000
ENV PORT 3000
COPY entrypoint.sh ./
ENTRYPOINT ["/entrypoint.sh"]
CMD ["node", "server.js"]