Skip to content

Commit

Permalink
ci: fix path err
Browse files Browse the repository at this point in the history
  • Loading branch information
SnowballXueQiu authored Mar 12, 2024
1 parent ce5d50e commit 195f27f
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 @@ -30,4 +30,4 @@ RUN \
apt-get autoclean && \
rm -rf /var/lib/apt/lists/*

CMD ["/usr/app/toyou-backend"]
CMD ["cd /usr/app", "/usr/app/toyou-backend"]

0 comments on commit 195f27f

Please sign in to comment.