Skip to content

Commit

Permalink
change dockerfile
Browse files Browse the repository at this point in the history
  • Loading branch information
arfa79 committed Aug 29, 2023
1 parent 9d944c9 commit 54790d1
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -6,10 +6,10 @@ RUN apt-get update && \
apt-get install -y requirements.txt

# Copy your game files into the container
COPY mami.py /mami_game/
COPY . /app/

# Set the working directory
WORKDIR /mami_game/
WORKDIR /app

# Start the game when the container runs
CMD ["python3", "mami.py"]

0 comments on commit 54790d1

Please sign in to comment.