Skip to content

Commit 7071817

Browse files
committed
enabling strace output for debugging
1 parent c0a7ea5 commit 7071817

File tree

1 file changed

+3
-2
lines changed

1 file changed

+3
-2
lines changed

Dockerfile

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,8 @@ RUN apt-get update && \
1919
libffi-dev \
2020
shared-mime-info \
2121
nodejs \
22-
npm
22+
npm \
23+
strace
2324

2425
COPY package.json package-lock.json ./
2526
RUN npm install
@@ -66,4 +67,4 @@ RUN chown -R www-data /opt/actioncenter/public \
6667

6768
USER www-data
6869
CMD ["bin/rails", "s", "-b", "0.0.0.0"]
69-
ENTRYPOINT ["/opt/actioncenter/docker/entrypoint.sh"]
70+
ENTRYPOINT ["strace", "/opt/actioncenter/docker/entrypoint.sh"]

0 commit comments

Comments
 (0)