We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent c0a7ea5 commit 7071817Copy full SHA for 7071817
Dockerfile
@@ -19,7 +19,8 @@ RUN apt-get update && \
19
libffi-dev \
20
shared-mime-info \
21
nodejs \
22
- npm
+ npm \
23
+ strace
24
25
COPY package.json package-lock.json ./
26
RUN npm install
@@ -66,4 +67,4 @@ RUN chown -R www-data /opt/actioncenter/public \
66
67
68
USER www-data
69
CMD ["bin/rails", "s", "-b", "0.0.0.0"]
-ENTRYPOINT ["/opt/actioncenter/docker/entrypoint.sh"]
70
+ENTRYPOINT ["strace", "/opt/actioncenter/docker/entrypoint.sh"]
0 commit comments