convert CMD into JSON notation

This commit is contained in:
Karol Wypchlo 2022-04-22 14:49:05 +02:00
parent 5bde83fc19
commit 1c1615cd5f
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
CMD http-server /usr/app/public -s -p 9000
CMD ["http-server", "/usr/app/public", "-s -p 9000"]