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

Create Dockerfiles for both server and client applications #66

Open
darahayes opened this issue Aug 2, 2019 · 1 comment
Open

Create Dockerfiles for both server and client applications #66

darahayes opened this issue Aug 2, 2019 · 1 comment
Assignees

Comments

@darahayes
Copy link

So in order to deploy the server and client, we will need to build them into container images.

When we deploy, we will be deploying two processes - The Server will run as its own application, and then we will also run a server that delivers the client application.

We will need a client/Dockerfile and a server/Dockerfile that will allow us to build those two images.

For the server you can follow the ionic showcase as an example: https://github.com/aerogear/ionic-showcase/blob/master/server/Dockerfile

For the client you can follow the steps as far as the heading 'Case 2' in this tutorial https://medium.com/greedygame-engineering/so-you-want-to-dockerize-your-react-app-64fbbb74c217

@darahayes
Copy link
Author

Ping @milenazuccarelli @MStokluska

@MStokluska MStokluska self-assigned this Aug 6, 2019
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

2 participants