Skip to content

Commit

Permalink
chore: fix dockerfile
Browse files Browse the repository at this point in the history
  • Loading branch information
juanrgm committed Dec 5, 2023
1 parent c5aabae commit 2686395
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,6 @@ RUN set -x \
&& npm install -g pnpm@8 \
&& pnpm install \
&& pnpm build \
&& pnpm compose \
&& echo "#!/bin/sh" > $BIN_PATH \
&& echo "node /var/lib/datatruck/packages/cli/lib/bin.js \"\$@\"" >> $BIN_PATH \
&& cp "/var/lib/datatruck/docker/docker-entrypoint.sh" $ENTRYPOINT_PATH \
Expand Down

0 comments on commit 2686395

Please sign in to comment.