Skip to content

Commit

Permalink
fix(alwatr-services.dockerfile): enable esm module
Browse files Browse the repository at this point in the history
  • Loading branch information
AliMD committed Dec 10, 2022
1 parent 162d912 commit a48906a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion cloud/container/alwatr-services.dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -47,7 +47,7 @@ WORKDIR /app
# Install tini for recive system signal in nodejs
RUN apk add --no-cache tini
ENTRYPOINT ["/sbin/tini", "--"]
CMD ["node", "index.js"]
CMD ["node", "--input-type=module", "index.js"]

ENV NODE_ENV production
ENV ALWATR_DEBUG *
Expand Down

0 comments on commit a48906a

Please sign in to comment.