fix hadolint reported issues

This commit is contained in:
Karol Wypchlo 2022-03-31 11:59:30 +02:00
parent a8d046ad56
commit c7db33c910
No known key found for this signature in database
GPG Key ID: B515DE9EEBE241E1
1 changed files with 1 additions and 1 deletions

View File

@ -15,4 +15,4 @@ ENV HSD_API_KEY="foo"
EXPOSE 3100
ENV NODE_ENV production
CMD node src/index.js
CMD ["node", "src/index.js"]