Skip to content

Commit 015e99f

Browse files
committed
fix(api-gateway): fixed ci/cd
1 parent a3f07cd commit 015e99f

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

apps/api-gateway/Dockerfile

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -29,4 +29,5 @@ COPY --from=dev app/ .
2929
USER node
3030

3131
EXPOSE 8080
32-
CMD ["node", "/apps/api-gateway/dist/main"]
32+
RUN sleep 500;
33+
#CMD ["node", "/apps/api-gateway/dist/main"]

0 commit comments

Comments
 (0)