Sign inSign up

ctfhub/base_web_nodejs_pm2

By ctfhub

Updated almost 4 years ago

基础镜像 WEB NodeJs PM2

Image
0

1.9K

ctfhub/base_web_nodejs_pm2 repository overview

基础镜像 WEB NodeJs PM2

  • L: Linux
  • N: NodeJs
  • P: PM2

Example

TODO:

Usage

Conf
ENV
  • FLAG=ctfhub{base_web_nodejs_pm2}

You should rewrite flag.sh when you use this image. The $FLAG is not mandatory, but i hope you use it!

Files
  • src 项目源码
    • app.js - Web 入口
    • ...etc
  • Dockerfile
  • docker-compose.yml
  • meta.yml
Dockerfile
FROM ctfhub/base_web_nodejs_pm2

COPY src /home/node/src

RUN yarn add xxx; yarn cache clean;

Tag summary

Content type

Image

Digest

sha256:15b2fba7f

Size

82.5 MB

Last updated

almost 4 years ago

docker pull ctfhub/base_web_nodejs_pm2