Update Dockerfile
Some checks failed
Publish Docker image / Push Docker image to Docker Hub (push) Failing after 15s

This commit is contained in:
muerwre 2024-08-16 22:35:18 +07:00
parent 628cf9836a
commit 59ece68df7

View file

@ -1,2 +1,3 @@
FROM alpine
RUN yarn add yup
CMD ["echo", "Hello StackOverflow!"]