Dockerization

This commit is contained in:
2024-02-03 14:53:49 +03:00
parent 532e03e900
commit 6ef18366f0
4 changed files with 24 additions and 1 deletions

11
docker-compose.yml Normal file
View File

@@ -0,0 +1,11 @@
version: '3'
services:
nerdo-webcam:
image: git.radner.ru/anatolykopyl/flexpatrol-ru-form-handler:latest
container_name: flexpatrol-ru-form-handler
working_dir: /usr/node/app
ports:
- "3002:3000"
command: >
sh -c "bun run index.ts"