Skip to content

Commit 217cb00

Browse files
authored
fix(deploy): failed to start manager_api (#363)
Signed-off-by: imjoey <[email protected]>
1 parent 05e278c commit 217cb00

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

api/Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -46,4 +46,4 @@ COPY --from=build-env /root/manager-api/* /root/manager-api/
4646
COPY --from=build-env /usr/share/zoneinfo/Hongkong /etc/localtime
4747
EXPOSE 8080
4848
RUN chmod +x ./build.sh
49-
CMD ["/root/manager-api/build.sh"]
49+
CMD ["/bin/ash", "-c", "/root/manager-api/build.sh"]

0 commit comments

Comments
 (0)