Skip to content

Commit

Permalink
Merge pull request #36 from fleizean/dockerbuild
Browse files Browse the repository at this point in the history
[ACTIONS] dockerfile test #1
  • Loading branch information
fleizean committed Jan 25, 2024
2 parents b1a9db1 + 0ae162a commit cec3031
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
1 change: 1 addition & 0 deletions docker-compose.yml
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,7 @@ version: "3.9"
services:

indianpong:
image: aktas/indianpong:latest
build:
context: ./indianpong
container_name: indianpong
Expand Down
2 changes: 1 addition & 1 deletion indianpong/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ RUN pip install -r requirements.txt
COPY . .
COPY ./start.sh .
RUN chmod +x /ft_transcendence/start.sh

###
EXPOSE 8000

ENTRYPOINT ["sh", "/ft_transcendence/start.sh"]
Expand Down

0 comments on commit cec3031

Please sign in to comment.