巴林闲侠
2 years ago
1 changed files with 7 additions and 0 deletions
@ -0,0 +1,7 @@ |
|||||
|
FROM repository.anxinyun.cn/base-images/nodejs12:20.10.12.2 |
||||
|
|
||||
|
COPY . /var/app |
||||
|
|
||||
|
WORKDIR /var/app |
||||
|
|
||||
|
CMD ["node", "index.js"] |
Loading…
Reference in new issue