Skip to content

Commit ecabdec

Browse files
fix: remove outdated GitHub Actions workflow and update docker-compose for app service configuration
1 parent bfbc854 commit ecabdec

File tree

2 files changed

+5
-32
lines changed

2 files changed

+5
-32
lines changed

.github/workflows/docker-image.yml

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

docker-compose.yml

Lines changed: 5 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,7 @@
11
services:
2-
backend:
3-
image: ghcr.io/upayanmazumder/papers-codechef:latest
2+
app:
43
build: .
4+
ports:
5+
- "3000:3000"
6+
env_file:
7+
- .env.local

0 commit comments

Comments
 (0)