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

Docker compose envvar fix #309

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

Conversation

sumeete
Copy link

@sumeete sumeete commented Jun 11, 2020

No description provided.

@codecov-commenter
Copy link

Codecov Report

Merging #309 into master will increase coverage by 0.20%.
The diff coverage is 88.88%.

@@            Coverage Diff             @@
##           master     #309      +/-   ##
==========================================
+ Coverage   71.63%   71.84%   +0.20%     
==========================================
  Files          10       10              
  Lines         543      547       +4     
  Branches      113      113              
==========================================
+ Hits          389      393       +4     
  Misses        154      154              

@@ -28,7 +28,6 @@ COPY --chown=node:node --from=build /root/node_modules /home/node/node_modules
EXPOSE 1080 1025

ENTRYPOINT ["/home/node/bin/maildev"]
CMD ["--web", "1080", "--smtp", "1025"]
Copy link
Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

for some reason these can't bereplaced in a docker compose file.

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.

None yet

2 participants