Update Dockerfile
Some checks failed
Build and Push Docker Image / build-and-push (push) Failing after 40s

This commit is contained in:
Cameron Redmore 2025-04-18 17:30:24 +01:00
parent b0177a904d
commit a98d9a671a

View file

@ -11,4 +11,6 @@ RUN npm i -g pnpm
#Add entrypoint file
COPY entrypoint.sh /entrypoint.sh
RUN date > /buildstamp.txt
ENTRYPOINT ["/entrypoint.sh"]