Skip to content

Commit

Permalink
Update Dockerfile
Browse files Browse the repository at this point in the history
  • Loading branch information
Jake-Moore authored Oct 18, 2023
1 parent 951a53d commit cd9d635
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 @@ -18,5 +18,5 @@ WORKDIR /home/container
COPY ./server.yml /server.yml
COPY ./entrypoint.sh /entrypoint.sh

# Alphine Linux sh ?
CMD ["sh", "/entrypoint.sh"]
# Alphine Image
CMD ["/bin/sh", "/entrypoint.sh"]

0 comments on commit cd9d635

Please sign in to comment.