728x90
반응형
SMALL
version: '3'
services:
LH_RENTAL_HOUSE_ALRAM_FE:
container_name: LH_RENTAL_HOUSE_ALRAM_FE
network_mode: "host"
image: node:16
restart: always
working_dir: /app
logging:
driver: 'json-file'
options:
max-size: '10m'
max-file: '10'
volumes:
- "/hdd/apps/test/LH_RENTAL_HOUSE_ALRAM_FE/:/app/"
command: bash -c "npm install package.json && cd src && node app.js"
728x90
반응형
LIST
'Language > NodeJS' 카테고리의 다른 글
node js 명령어 모음 (0) | 2024.02.26 |
---|