Skip to content

Commit

Permalink
Merge pull request #16 from kanrin/main
Browse files Browse the repository at this point in the history
fix: docker run error
  • Loading branch information
Peek-A-Booo authored Sep 27, 2023
2 parents 4939585 + 98fa76c commit eef49bf
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 @@ -8,6 +8,6 @@ COPY . /data/$NAME
RUN npm install -g $NPM
RUN $NPM run docker-build

CMD [$NPM, "start"]
CMD ["npm", "start"]
EXPOSE 3000

1 comment on commit eef49bf

@vercel
Copy link

@vercel vercel bot commented on eef49bf Sep 27, 2023

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Please sign in to comment.