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 b371629 commit b712ba2
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 @@ -28,8 +28,8 @@ WORKDIR /home/container
COPY ./server.yml /server.yml
COPY ./entrypoint.sh /entrypoint.sh

RUN ls /certs
RUN /entrypoint.sh

# Alphine Image
CMD ["ls", "-a", "/bin"]
# CMD ["ls", "-a", "/bin"]
#CMD ["/bin/bash", "/entrypoint.sh"]

0 comments on commit b712ba2

Please sign in to comment.