fix hadolint reported issues
This commit is contained in:
parent
c7db33c910
commit
460ff626c6
|
@ -9,4 +9,4 @@ RUN yarn --frozen-lockfile
|
||||||
COPY src/* src/
|
COPY src/* src/
|
||||||
|
|
||||||
EXPOSE 3100
|
EXPOSE 3100
|
||||||
CMD node src/index.js
|
CMD ["node", "src/index.js"]
|
||||||
|
|
Reference in New Issue