Base Login
This commit is contained in:
9
Dockerfile
Normal file
9
Dockerfile
Normal file
@@ -0,0 +1,9 @@
|
||||
FROM node:18-alpine
|
||||
RUN apk update
|
||||
WORKDIR /src
|
||||
COPY . /src
|
||||
RUN npm i ipx
|
||||
RUN rm -rf node_modules
|
||||
RUN npm install --legacy-peer-deps
|
||||
RUN npm run build
|
||||
RUN npm install pm2 -g
|
||||
Reference in New Issue
Block a user