Skip to content

Commit

Permalink
Dockerfile and port 80
Browse files Browse the repository at this point in the history
  • Loading branch information
siddharth9903 committed Mar 11, 2024
1 parent 06b3134 commit 378e6fd
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
File renamed without changes.
6 changes: 3 additions & 3 deletions docker-compose.prod.yml → docker-compose.yml
Original file line number Diff line number Diff line change
@@ -1,10 +1,10 @@
version: "1"
version: "3"
services:
app:
image: seistart
build:
context: ./
target: production
dockerfile: Dockerfile.prod
dockerfile: Dockerfile
ports:
- "3000:3000"
- "80:3000"

0 comments on commit 378e6fd

Please sign in to comment.