Skip to content

Commit bb30bdb

Browse files
committed
build: make compose.dev.yaml build from source
1 parent 2dc6b5f commit bb30bdb

File tree

1 file changed

+4
-3
lines changed

1 file changed

+4
-3
lines changed

compose.dev.yaml

Lines changed: 4 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,10 @@
1-
# docker-compose -f docker-compose.dev.yml up -d
2-
version: "3.8"
1+
# docker compose -f compose.dev.yaml up -d
32

43
services:
54
redlib:
6-
build: .
5+
build:
6+
context: .
7+
dockerfile: Dockerfile.alpine
78
restart: always
89
container_name: "redlib"
910
ports:

0 commit comments

Comments
 (0)