Merge remote-tracking branch 'origin/master' into portal-latest

This commit is contained in:
Karol Wypchlo 2022-04-28 14:55:36 +02:00
commit 5bd3a2eafe
No known key found for this signature in database
GPG Key ID: B515DE9EEBE241E1
1 changed files with 1 additions and 1 deletions

View File

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