version bump and expose ports

This commit is contained in:
Anthony Stirling
2024-02-10 10:29:17 +00:00
parent 8a5883501a
commit e1c3561997
3 changed files with 9 additions and 3 deletions

View File

@@ -1,5 +1,5 @@
# use alpine
FROM alpine:3.19.0
FROM alpine:3.19.1
ARG VERSION_TAG
@@ -43,6 +43,8 @@ RUN mkdir /configs /logs /customFiles && \
# Set environment variables
ENV ENDPOINTS_GROUPS_TO_REMOVE=CLI
EXPOSE 8080
ENTRYPOINT ["tini", "--", "/scripts/init-without-ocr.sh"]
# Run the application