Skip to content

Commit 6ea602b

Browse files
committed
fix(core): remove unnecessary line continuation in bundle config command
1 parent fcf90d8 commit 6ea602b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

docker/Dockerfile.dev

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -69,7 +69,7 @@ ENV PGDATA="/app/tmp/postgresql/data"
6969

7070
RUN echo -e '#!/bin/bash\n\n\
7171
set -e \n\
72-
bundle config set --local path 'vendor/bundle' && \n\
72+
bundle config set --local path 'vendor/bundle' \n\
7373
bundle install \n\
7474
pnpm i \n\
7575
mkdir -p "$PGDATA" && chown -R postgres:postgres "$PGDATA"\n\

0 commit comments

Comments
 (0)