Skip to content

Commit

Permalink
Remove unneeded entrypoint from Dockerfile
Browse files Browse the repository at this point in the history
I think it's not needed anyway. Ansible is having a hard time getting
the command arguments right, and I'm pretty sure this is the issue.
  • Loading branch information
gwynforthewyn committed Aug 20, 2024
1 parent 3bb0ebc commit d8cbe60
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -14,4 +14,4 @@ COPY --chown=1000:1000 website /website

EXPOSE 8080
#By default, andrew will serve the pwd.
ENTRYPOINT ["/andrew", "/website"]
ENTRYPOINT ["/andrew"]

0 comments on commit d8cbe60

Please sign in to comment.