Skip to content

Commit 4548a97

Browse files
authored
Merge pull request #4 from rekcurd/feature/add-entrypoint
Merged
2 parents 18e6aec + 162f130 commit 4548a97

2 files changed

Lines changed: 1 addition & 0 deletions

File tree

rekcurd-python/Dockerfile

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -13,6 +13,7 @@ RUN pip install --upgrade pip
1313

1414
# Entrypoint
1515
COPY entrypoint.sh /usr/local/src/entrypoint.sh
16+
ENTRYPOINT ["/usr/local/src/entrypoint.sh"]
1617

1718
EXPOSE 5000
1819
EXPOSE 18080

rekcurd-python/entrypoint.sh

100644100755
File mode changed.

0 commit comments

Comments
 (0)