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.
2 parents 18e6aec + 162f130 commit 4548a97Copy full SHA for 4548a97
2 files changed
rekcurd-python/Dockerfile
@@ -13,6 +13,7 @@ RUN pip install --upgrade pip
13
14
# Entrypoint
15
COPY entrypoint.sh /usr/local/src/entrypoint.sh
16
+ENTRYPOINT ["/usr/local/src/entrypoint.sh"]
17
18
EXPOSE 5000
19
EXPOSE 18080
rekcurd-python/entrypoint.sh
100644
100755
0 commit comments