fix website image running params (#2055)

This commit is contained in:
Karol Wypchło 2022-04-28 14:52:06 +02:00 committed by GitHub
parent 99e8f3847f
commit a70c35df56
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
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"]