mirror of
https://github.com/i701/sarlink-portal.git
synced 2025-07-14 06:25:50 +00:00
prepare for docker env
This commit is contained in:
7
.build/dev/node.Dockerfile
Normal file
7
.build/dev/node.Dockerfile
Normal file
@ -0,0 +1,7 @@
|
||||
FROM node:18
|
||||
|
||||
SHELL ["/bin/bash", "-c"]
|
||||
|
||||
WORKDIR /var/www/html
|
||||
|
||||
CMD npm run dev
|
Reference in New Issue
Block a user