Skip to content

Commit 7bee441

Browse files
committed
ci: change order of services
1 parent ecddef9 commit 7bee441

File tree

1 file changed

+4
-3
lines changed

1 file changed

+4
-3
lines changed

Dockerfile

+4-3
Original file line numberDiff line numberDiff line change
@@ -58,8 +58,9 @@ COPY --from=app-builder --chown=ryot:ryot /app/ryot /usr/local/bin/ryot
5858
HEALTHCHECK --interval=5m --timeout=3s \
5959
CMD curl -f http://localhost:5000/config || exit 1
6060
CMD [ \
61-
"concurrently", "--names", "frontend,backend,proxy", "--kill-others", \
62-
"PORT=3000 npx remix-serve ./build/server/index.js", \
61+
"concurrently", "--kill-others", \
62+
"--names", "backend,proxy,frontend", \
6363
"BACKEND_PORT=5000 /usr/local/bin/ryot", \
64-
"caddy run --config /etc/caddy/Caddyfile" \
64+
"caddy run --config /etc/caddy/Caddyfile", \
65+
"PORT=3000 npx remix-serve ./build/server/index.js", \
6566
]

0 commit comments

Comments
 (0)