mirror of
https://github.com/tcsenpai/emoji-encoder.git
synced 2025-06-02 16:50:06 +00:00
13 lines
186 B
YAML
13 lines
186 B
YAML
version: "3.8"
|
|
|
|
services:
|
|
app:
|
|
build:
|
|
context: .
|
|
dockerfile: Dockerfile
|
|
network: host
|
|
ports:
|
|
- "3000:3000"
|
|
environment:
|
|
- NODE_ENV=production
|