updated build docker-compose

This commit is contained in:
Shihaam Abdul Rahman 2022-12-14 01:02:15 +05:00
parent 485a744478
commit a8113504f8
Signed by: shihaam
GPG Key ID: 3B007D22E5584980

View File

@ -1,11 +1,5 @@
services: services:
######################### #########################
okiba-org: okiba:
build: . build: .
hostname: okiba-org image: git.shihaam.dev/dockerfiles/okiba
image: git.shihaam.dev/dockerfiles/okiba-org-docker
volumes:
- $PWD/logs/npm:/root/.npm/_logs/
# ports:
# - 1111:80
restart: always