Merge branch 'master' into sevey/add-skylink-health-check

This commit is contained in:
Karol Wypchło 2022-04-28 15:22:23 +02:00 committed by GitHub
commit a02fa0cc27
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
3 changed files with 3 additions and 2 deletions

View File

@ -22,6 +22,7 @@ services:
branch: portal-latest
container_name: sia
restart: unless-stopped
stop_grace_period: 5m
logging: *default-logging
environment:
- SIA_MODULES=gctwra

View File

@ -1,6 +1,6 @@
FROM node:16.14.2-alpine
RUN apk add --no-cache dnsmasq=2.86-r1
RUN apk add --no-cache dnsmasq~=2
WORKDIR /usr/app

View File

@ -34,4 +34,4 @@ COPY --from=builder /usr/app/public /usr/app/public
EXPOSE 9000
CMD ["http-server", "/usr/app/public", "-s -p 9000"]
CMD ["http-server", "/usr/app/public", "-s", "-p 9000"]