Skip to content

Commit

Permalink
build configuration changed
Browse files Browse the repository at this point in the history
  • Loading branch information
PrantaDas committed Sep 12, 2024
1 parent b7cfe30 commit 66089ff
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 0 deletions.
1 change: 1 addition & 0 deletions Dockerfile
Original file line number Diff line number Diff line change
@@ -1,4 +1,5 @@
FROM golang:1.22

WORKDIR /app

COPY go.mod ./
Expand Down
4 changes: 4 additions & 0 deletions docker-compose.yml
Original file line number Diff line number Diff line change
@@ -1,5 +1,9 @@
services:

mintfun:
build: .
depends_on:
- mongo
mongo:
image: mongo
restart: unless-stopped
Expand Down

0 comments on commit 66089ff

Please sign in to comment.