Skip to content

Commit

Permalink
Merge pull request #101 from 2024-startup/BE/feat/#100
Browse files Browse the repository at this point in the history
BE/feat/#100: compose.dev 배포
  • Loading branch information
heondong9265 authored May 26, 2024
2 parents d198d0c + a21a1b6 commit 3a65811
Showing 1 changed file with 21 additions and 0 deletions.
21 changes: 21 additions & 0 deletions docker-compose_dev.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,21 @@
version: "3.8"

services:
dev_backend:
build:
context: ./backend/ready
dockerfile: Dockerfile
ports:
- "8080:8080"
command: ["java", "-jar", "/app/server.jar"]

# dev_frontend:
# build:
# context: ./frontend/
# dockerfile: Dockerfile
# image: dev_frontend
# volumes:
# - ./Team/frontend:/android
# - ./Team/frontend:/ios
# container_name: dev_frontend
# command: ["npm", "run", "start"]

0 comments on commit 3a65811

Please sign in to comment.