Update Dockerfile
Some checks failed
Build and Push Docker Image / build-and-push (push) Failing after 40s
Some checks failed
Build and Push Docker Image / build-and-push (push) Failing after 40s
This commit is contained in:
parent
b0177a904d
commit
a98d9a671a
1 changed files with 2 additions and 0 deletions
|
@ -11,4 +11,6 @@ RUN npm i -g pnpm
|
||||||
#Add entrypoint file
|
#Add entrypoint file
|
||||||
COPY entrypoint.sh /entrypoint.sh
|
COPY entrypoint.sh /entrypoint.sh
|
||||||
|
|
||||||
|
RUN date > /buildstamp.txt
|
||||||
|
|
||||||
ENTRYPOINT ["/entrypoint.sh"]
|
ENTRYPOINT ["/entrypoint.sh"]
|
Loading…
Add table
Add a link
Reference in a new issue