mirror of
https://github.com/i701/sarlink-portal.git
synced 2026-02-27 04:00:33 +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