good morning!!!!

Skip to content
Snippets Groups Projects
Commit 36eb78b7 authored by Garet Halliday's avatar Garet Halliday
Browse files

adfgdf

parent 84ac4fc4
No related branches found
No related tags found
No related merge requests found
......@@ -13,7 +13,8 @@ RUN mkdir /var/run/pgbouncer && addgroup -S pgbouncer && adduser -S pgbouncer &&
COPY --from=GOBUILDER /src/cgat.sh run.sh
COPY --from=GOBUILDER /src/cgat pggat
RUN apk add openssl
RUN chown -R pgbouncer:pgbouncer /var/log/pgbouncer /var/run/pgbouncer /etc/pgbouncer /etc/ssl/certs
RUN chown -R pgbouncer:pgbouncer /var/log/pgbouncer /var/run/pgbouncer /etc/pgbouncer /etc/ssl/certs /bin/run.sh
USER pgbouncer:pgbouncer
RUN chmod +x /bin/run.sh
ENTRYPOINT ["/bin/run.sh"]
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment