fix hadolint reported issues
This commit is contained in:
parent
a8d046ad56
commit
c7db33c910
|
@ -15,4 +15,4 @@ ENV HSD_API_KEY="foo"
|
||||||
|
|
||||||
EXPOSE 3100
|
EXPOSE 3100
|
||||||
ENV NODE_ENV production
|
ENV NODE_ENV production
|
||||||
CMD node src/index.js
|
CMD ["node", "src/index.js"]
|
||||||
|
|
Reference in New Issue