diff options
author | Rosyid Haryadi <rosyid_haryadi@protonmail.com> | 2024-02-23 23:58:15 +0700 |
---|---|---|
committer | Rosyid Haryadi <rosyid_haryadi@protonmail.com> | 2024-02-23 23:58:15 +0700 |
commit | 439d79246d15d9d70d75a800a8e64bab3272afaa (patch) | |
tree | f278876409e1e240c6b8efbf23853f7d77a2a27a /docker-compose.yml | |
parent | b2b49909936dc9c5ef77e843d98a87f3e3894861 (diff) |
docker
Diffstat (limited to 'docker-compose.yml')
-rw-r--r-- | docker-compose.yml | 12 |
1 files changed, 12 insertions, 0 deletions
diff --git a/docker-compose.yml b/docker-compose.yml new file mode 100644 index 0000000..9899bc0 --- /dev/null +++ b/docker-compose.yml @@ -0,0 +1,12 @@ +version: '3' +services: + web: + build: + context: . + dockerfile: Dockerfile + volumes: + - .:/app + ports: + - "3000:3000" + environment: + - NODE_ENV=production
\ No newline at end of file |