mirror of
https://github.com/kevinveenbirkenbach/homepage.veen.world.git
synced 2025-07-07 11:35:12 +02:00
Solved other port mapping issues
This commit is contained in:
parent
5fc19f6ccb
commit
9c24a8658f
@ -11,5 +11,4 @@ RUN pip install --no-cache-dir -r requirements.txt
|
|||||||
# Copy application code
|
# Copy application code
|
||||||
COPY app/ .
|
COPY app/ .
|
||||||
|
|
||||||
# Start command using shell to allow env substitution
|
CMD ["python", "app.py"]
|
||||||
CMD sh -c "exec python app.py --port=\${PORT}"
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user