Skip to content

Commit

Permalink
[ACTIONS] dockerfile image fix
Browse files Browse the repository at this point in the history
Co-authored-by: fleizean <enes.yagiz@ogr.dpu.edu.tr>
Co-authored-by: temasictfic <temasictfic@gmail.com>
  • Loading branch information
3 people committed Jan 25, 2024
1 parent 8ecdbad commit 314c01d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docker-compose.yml
Original file line number Diff line number Diff line change
Expand Up @@ -3,10 +3,10 @@ version: "3.9"
services:

indianpong:
image: aktas/indianpong:latest
build:
context: ./indianpong
container_name: indianpong
restart: always
ports:
- 8000:8000
image: aktas/indianpong:latest

0 comments on commit 314c01d

Please sign in to comment.