We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 290ccdd commit 34e0209Copy full SHA for 34e0209
docker/Dockerfile.register-ticket-api
@@ -8,4 +8,8 @@ RUN pip install --no-cache-dir -r requirements.txt
8
9
COPY src/register_ticket_api/ ./register_ticket_api/
10
11
+ENV PORT=8080
12
+
13
+EXPOSE 8080
14
15
CMD ["python", "-m", "register_ticket_api.main"]
0 commit comments