mirror of
https://github.com/jlengrand/checkoutCreate.git
synced 2026-03-10 08:11:18 +00:00
Adding external port in Dockerfile instead :D
This commit is contained in:
@@ -3,7 +3,7 @@ FROM python:3.9-slim
|
||||
COPY app/ /app
|
||||
COPY requirements.txt /app/requirements.txt
|
||||
|
||||
EXPOSE 5000
|
||||
EXPOSE 8080:8080
|
||||
|
||||
WORKDIR /app
|
||||
RUN pip install -r requirements.txt
|
||||
|
||||
Reference in New Issue
Block a user