chore: use python3 instead of python

This commit is contained in:
Jose Diaz-Gonzalez
2024-09-21 06:18:32 -04:00
parent ce1c7543d2
commit 9110e2c365
6 changed files with 6 additions and 6 deletions

View File

@@ -163,7 +163,7 @@ For example, if the Dokku installation is configured with the domain `dokku.me`
```
FROM ubuntu:24.04
EXPOSE 1234
CMD python -m SimpleHTTPServer 1234
CMD python3 -m SimpleHTTPServer 1234
```
The application would be exposed to the user at `node-js-app.dokku.me:1234`. If this is not desired, the following application configuration may be applied: