Skip to content

Commit 48a816d

Browse files
committed
Update README to include cp lib from gamma_app
1 parent c0e25f9 commit 48a816d

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

README.rst

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -84,7 +84,7 @@ You need to to create ``lib`` (libraries) before deploying, make sure the develo
8484
server is up and running via ``docker-compose``, as mentioned above and create
8585
libraries folder to package with the following command::
8686

87-
$ docker cp app:/usr/src/app/lib lib
87+
$ docker cp gamma_app:/usr/src/app/lib lib
8888

8989
Assuming that sympy_gamma works properly (also across different mainstream web
9090
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
136136
server is up and running via ``docker-compose``, as mentioned above and create
137137
libraries folder to package with the following command::
138138

139-
$ docker cp app:/usr/src/app/lib lib
139+
$ docker cp gamma_app:/usr/src/app/lib lib
140140

141141
Either way, to test, you will need to edit the Project ID in the deploy command
142142
mentioned above with your Project ID and the version you want to deploy to::

0 commit comments

Comments
 (0)