This commit is contained in:
nannal 2020-12-30 17:51:03 +02:00
parent c14a4726ba
commit ad8378df1f

View File

@ -6,4 +6,4 @@ WORKDIR /app
RUN npm i
CMD ["node /app/index.js"]
CMD ["node","/app/index.js"]