mirror of
https://github.com/dokku/dokku.git
synced 2026-02-24 04:00:36 +01:00
Docs fix Update port-management.md RUN -> CMD
This commit is contained in:
@@ -163,7 +163,7 @@ For example, if the Dokku installation is configured with the domain `dokku.me`
|
||||
```
|
||||
FROM ubuntu:20.04
|
||||
EXPOSE 1234
|
||||
RUN python -m SimpleHTTPServer 1234
|
||||
CMD python -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:
|
||||
|
||||
Reference in New Issue
Block a user