chore: improved docker image weight

This commit is contained in:
Sonny
2023-11-11 01:47:47 +01:00
parent 18747ae0f8
commit 49c4b0824c
3 changed files with 47 additions and 8 deletions

View File

@@ -18,11 +18,10 @@ services:
mylinks:
restart: always
container_name: MyLinks
image: sonny93/my-links:latest
# build:
# context: .
build:
context: .
ports:
- 127.0.0.1:5000:3000
- 127.0.0.1:3000:3000
env_file:
- .env
# depends_on: