mirror of
https://gitlab.com/sarlink/kyc.git
synced 2026-07-18 22:29:57 +00:00
add docker build stuff
This commit is contained in:
@@ -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