diff options
author | Rosyid Haryadi <rosyid_haryadi@protonmail.com> | 2024-02-24 00:43:55 +0700 |
---|---|---|
committer | Rosyid Haryadi <rosyid_haryadi@protonmail.com> | 2024-02-24 00:43:55 +0700 |
commit | dbc82b590f10c0a1048d8721d2322773db970ccc (patch) | |
tree | a2d1590d19324e6a44f9077fde6cf338418126d5 | |
parent | 13e165a1dac63e9955aaefa58a7b2e17e3aedf87 (diff) |
maybe we don't need volume
-rw-r--r-- | docker-compose.yml | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/docker-compose.yml b/docker-compose.yml index 7c04752..74b464d 100644 --- a/docker-compose.yml +++ b/docker-compose.yml @@ -4,9 +4,9 @@ services: build: context: . dockerfile: Dockerfile - volumes: - - .:/app - - /app/node_modules +# volumes: +# - .:/app +# - /app/node_modules ports: - "3000:3000" environment: |