We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent e7ff894 commit 32c48c9Copy full SHA for 32c48c9
docker/Dockerfile
@@ -60,6 +60,6 @@ EXPOSE 6400
60
EXPOSE 9898
61
EXPOSE 55432
62
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'"]
+ENV PATH="$PATH:/opt/neondatabase-neon/target/release/"
+
65
CMD ["/entrypoint.sh"]
0 commit comments