fix(docker): Fix Dockerfile errors
This commit is contained in:
@@ -12,4 +12,4 @@ COPY . .
|
||||
|
||||
ENV NODE_ENV=production
|
||||
|
||||
CMD [node, src/index.js]
|
||||
CMD ["node", "src/index.js"]
|
||||
|
||||
Reference in New Issue
Block a user