Skip to content

Commit

Permalink
Update README to include cp lib from gamma_app
Browse files Browse the repository at this point in the history
  • Loading branch information
aktech committed May 7, 2020
1 parent c0e25f9 commit 48a816d
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions README.rst
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down Expand Up @@ -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::
Expand Down

0 comments on commit 48a816d

Please sign in to comment.