mirror of
https://gitlab.com/sarlink/kyc.git
synced 2026-02-27 09:20:51 +00:00
add docker build stuff
This commit is contained in:
9
.build/node.Dockerfile
Normal file
9
.build/node.Dockerfile
Normal file
@@ -0,0 +1,9 @@
|
||||
FROM node:18.18-buster AS npminstall
|
||||
|
||||
WORKDIR /var/www/html
|
||||
COPY . /var/www/html
|
||||
|
||||
RUN --mount=type=cache,target=/root/.npm \
|
||||
npm install
|
||||
|
||||
CMD npm run start
|
||||
Reference in New Issue
Block a user