Skip to content

Commit 3fd24b1

Browse files
jackrhoagyoge0
authored andcommitted
Fix zombie task on deployment
1 parent 409b864 commit 3fd24b1

1 file changed

Lines changed: 3 additions & 1 deletion

File tree

Dockerfile

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -28,4 +28,6 @@ COPY . /app/
2828

2929
RUN chmod +x /app/scripts/container-startup.sh
3030

31-
ENTRYPOINT ["/app/scripts/container-startup.sh"]
31+
EXPOSE 80
32+
33+
CMD ["/app/scripts/container-startup.sh"]

0 commit comments

Comments
 (0)