Skip to content

Commit

Permalink
[ACTIONS] dockerfile
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 314c01d commit 0ae162a
Showing 1 changed file with 1 addition and 1 deletion.
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 0ae162a

Please sign in to comment.