fix hadolint reported issues

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

View File

@ -9,4 +9,4 @@ RUN yarn --frozen-lockfile
COPY src/* src/
EXPOSE 3100
CMD node src/index.js
CMD ["node", "src/index.js"]