mirror of
https://github.com/YuzuZensai/Test-IP.git
synced 2026-07-21 15:19:28 +00:00
Docker
This commit is contained in:
@@ -0,0 +1,9 @@
|
||||
FROM node:18 as build
|
||||
WORKDIR /home/node/app
|
||||
|
||||
COPY . .
|
||||
|
||||
RUN apt-get update -y
|
||||
RUN yarn
|
||||
|
||||
CMD ["node", "index.js"]
|
||||
Reference in New Issue
Block a user