Skip to content
This repository has been archived by the owner on Oct 17, 2019. It is now read-only.

Pretty basic ami-frontend Dockerfile #12

Open
wants to merge 1 commit into
base: master
Choose a base branch
from

Conversation

inputsh
Copy link

@inputsh inputsh commented Mar 26, 2018

Dockerfile which installs bower, grunt and npm on top of Ubuntu 16.04.

To build it:

docker build -t ami-frontend .

...where "-t ami-frontend" adds a tag to the container so that it's easier to reference it (when running docker run for example). I've placed a comment above every single line in order to help you figure out which part does what.

If I understand AMI ecosystem correctly, this container shouldn't actually run anything, it should just serve the front-end from app/index.html when the rest of the ecosystem is up and running?

@inputsh
Copy link
Author

inputsh commented Mar 26, 2018

Just now have I realized that I should have probably submitted this as a PR to ami-system repo and not here.

Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant