Skip to content

Commit

Permalink
fix: Dockerfile cmd
Browse files Browse the repository at this point in the history
  • Loading branch information
bangbang93 committed Nov 10, 2022
1 parent eda01d0 commit f73d5e1
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -23,4 +23,4 @@ COPY nginx/ /opt/openbmclapi/nginx
ENV CLUSTER_PORT=4000
EXPOSE 4000
VOLUME /opt/openbmclapi/cache
CMD node dist/index
CMD ["node", "dist/index.js"]

0 comments on commit f73d5e1

Please sign in to comment.