docker
Some checks failed
Build and Push Docker Images / Build and Push Docker Images (push) Failing after 34s
Some checks failed
Build and Push Docker Images / Build and Push Docker Images (push) Failing after 34s
This commit is contained in:
5
.build/dev/node.Dockerfile
Normal file
5
.build/dev/node.Dockerfile
Normal file
@ -0,0 +1,5 @@
|
||||
FROM node:18
|
||||
|
||||
WORKDIR /var/www/html
|
||||
|
||||
CMD npm run dev
|
Reference in New Issue
Block a user