mirror of
https://github.com/LeRoid-hub/Mensa-API.git
synced 2025-01-31 03:34:57 +00:00
8 lines
122 B
YAML
8 lines
122 B
YAML
version: '3.7'
|
|
|
|
services:
|
|
mensa-api-docker:
|
|
build:
|
|
target: production
|
|
command: node build/index.js
|