Skip to content

Commit a5f256b

Browse files
committed
feat: Remove unrelated docker compose stuff
1 parent 51e0dfb commit a5f256b

2 files changed

Lines changed: 1 addition & 48 deletions

File tree

Makefile

Lines changed: 1 addition & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -1,16 +1,7 @@
11
#!make
2-
.PHONY: check lint format up down changelog
2+
.PHONY: check lint format changelog
33
include .env
44

5-
repl: up
6-
@docker exec -it env /bin/zsh
7-
8-
up:
9-
@docker compose up --detach
10-
11-
down:
12-
@docker compose down --volumes
13-
145
format:
156
@for script in $(SCRIPTS) ; do \
167
dos2unix $$script; \

compose.yaml

Lines changed: 0 additions & 38 deletions
This file was deleted.

0 commit comments

Comments
 (0)