From 48a816d391b6b5ad7ff962e36f46b428ade016a9 Mon Sep 17 00:00:00 2001 From: Amit Kumar Date: Thu, 7 May 2020 11:22:13 +0100 Subject: [PATCH] Update README to include cp lib from gamma_app --- README.rst | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/README.rst b/README.rst index 4e9c5432..29dd9289 100644 --- a/README.rst +++ b/README.rst @@ -84,7 +84,7 @@ You need to to create ``lib`` (libraries) before deploying, make sure the develo server is up and running via ``docker-compose``, as mentioned above and create libraries folder to package with the following command:: - $ docker cp app:/usr/src/app/lib lib + $ docker cp gamma_app:/usr/src/app/lib lib Assuming that sympy_gamma works properly (also across different mainstream web browsers), you can upload your changes to Google App Engine, replacing the @@ -136,7 +136,7 @@ You need to to create ``lib`` (libraries) before deploying, make sure the develo server is up and running via ``docker-compose``, as mentioned above and create libraries folder to package with the following command:: - $ docker cp app:/usr/src/app/lib lib + $ docker cp gamma_app:/usr/src/app/lib lib Either way, to test, you will need to edit the Project ID in the deploy command mentioned above with your Project ID and the version you want to deploy to::