Skip to content

Commit 34e0209

Browse files
committed
feat: Changed API internal port to 8080
1 parent 290ccdd commit 34e0209

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

docker/Dockerfile.register-ticket-api

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -8,4 +8,8 @@ RUN pip install --no-cache-dir -r requirements.txt
88

99
COPY src/register_ticket_api/ ./register_ticket_api/
1010

11+
ENV PORT=8080
12+
13+
EXPOSE 8080
14+
1115
CMD ["python", "-m", "register_ticket_api.main"]

0 commit comments

Comments
 (0)