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

Allow Docker AMIs #41

Open
hamx0r opened this issue Jun 23, 2016 · 0 comments
Open

Allow Docker AMIs #41

hamx0r opened this issue Jun 23, 2016 · 0 comments

Comments

@hamx0r
Copy link

hamx0r commented Jun 23, 2016

JetBrains IDEs allow Run Configurations with Docker, and deploying to EB using a Dockerfile is also allowable. The current plugin forces WebStorm users (for example) to use the NodeJS AMI. What if we want to server a static web project using Nginx in a Docker Container? Currently, there is no way to do this.

This get's harrier when considering a web project like Angular must be built into static files (/dist folder) and then made available to EB along with the Dockerfile so that it can build properly:

FROM nginx
COPY dist /usr/share/nginx/html
EXPOSE 80

Yet the dist folder is not often part of a git project. Therefore, along with allowing any AMI to be selected in the Solution stack, we would also need a way of setting which files get ZIPped up and deployed other than .gitignore.

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

No branches or pull requests

1 participant