We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent fcf90d8 commit 6ea602bCopy full SHA for 6ea602b
docker/Dockerfile.dev
@@ -69,7 +69,7 @@ ENV PGDATA="/app/tmp/postgresql/data"
69
70
RUN echo -e '#!/bin/bash\n\n\
71
set -e \n\
72
- bundle config set --local path 'vendor/bundle' && \n\
+ bundle config set --local path 'vendor/bundle' \n\
73
bundle install \n\
74
pnpm i \n\
75
mkdir -p "$PGDATA" && chown -R postgres:postgres "$PGDATA"\n\
0 commit comments