Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Dockerize this project #53

Open
wants to merge 4 commits into
base: master
Choose a base branch
from
Open

Conversation

thomascube
Copy link

These changes allow me to build this project into a Docker container and run it on my Mac.

Changes include:

  • Dockerfile to build an image as instructed in the Makefile
  • Specific nginx.conf file to be used in Docker (no SSL)
  • entrypoint.sh for the Docker container starting the proxy
  • Change Readme to markdown formatting and add instructions for Docker
  • Small change to apiendpoint.pl to not attempt to resolve hosts if imapHost given
    This is required to work on a local environment with email domains that do not resolve in DNS.

- Dockerfile to build an image as instructed in the Makefile
- Specific nginx.conf file to be used in Docker (no SSL)
- entrypoint.sh for the Docker container starting the proxy
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant