Skip to content

Commit 32c48c9

Browse files
author
Vadim Tkachenko
committed
Fixed PATH for compact
1 parent e7ff894 commit 32c48c9

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

docker/Dockerfile

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -60,6 +60,6 @@ EXPOSE 6400
6060
EXPOSE 9898
6161
EXPOSE 55432
6262

63-
#CMD ["/usr/sbin/runuser -l neonuser -c 'cd /opt/neondatabase-neon; ./target/release/neon_local start'"]
64-
#CMD ["/usr/sbin/runuser -l neonuser -c 'cd /opt/neondatabase-neon; ./target/release/neon_local pg start main'"]
63+
ENV PATH="$PATH:/opt/neondatabase-neon/target/release/"
64+
6565
CMD ["/entrypoint.sh"]

0 commit comments

Comments
 (0)