Skip to content

Commit

Permalink
code cleanup
Browse files Browse the repository at this point in the history
  • Loading branch information
rochdev committed Jul 24, 2024
1 parent f9c8a8b commit 349dd0c
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 2 deletions.
1 change: 0 additions & 1 deletion utils/build/docker/nodejs/express4-typescript.Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,6 @@ ENV DD_DATA_STREAMS_ENABLED=true
# docker startup
COPY utils/build/docker/nodejs/app.sh app.sh
RUN printf 'node dist/app.js' >> app.sh
RUN chmod +x server.sh
CMD ./app.sh

COPY utils/build/docker/nodejs/install_ddtrace.sh binaries* /binaries/
Expand Down
1 change: 0 additions & 1 deletion utils/build/docker/nodejs/express4.Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,6 @@ ENV DD_DATA_STREAMS_ENABLED=true
# docker startup
COPY utils/build/docker/nodejs/app.sh app.sh
RUN printf 'node app.js' >> app.sh
RUN chmod +x server.sh
CMD ./app.sh

COPY utils/build/docker/nodejs/install_ddtrace.sh binaries* /binaries/
Expand Down

0 comments on commit 349dd0c

Please sign in to comment.