Skip to content

Commit

Permalink
Update docker-compose.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
Donga1125 authored Mar 5, 2024
1 parent bbb6860 commit 7b3e909
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions server/docker-compose.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,9 @@ version: '3'

services:
web:
build:
context: .
dockerfile: ./Dockerfile
container_name: server
image: "${DOCKER_HUB_USERNAME}/celebee-server:${GITHUB_SHA}"
ports:
Expand Down

0 comments on commit 7b3e909

Please sign in to comment.