2
0
mirror of https://github.com/felixlohmeier/pandas-docker.git synced 2025-03-30 00:00:37 +01:00

fixed typo

This commit is contained in:
Felix Lohmeier 2017-10-23 13:05:41 +02:00
parent abeb18abc4
commit b6e1f5be06

View File

@ -18,4 +18,4 @@
### run a script
> docker run --rm -v "$PWD":/data:z -w /data felixlohmeierpandas python my-script.py
> docker run --rm -v "$PWD":/data:z -w /data felixlohmeier/pandas python my-script.py