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 a2b8e0a commit 71c8bddCopy full SHA for 71c8bdd
docker/CustomerDockerfile
@@ -26,5 +26,5 @@ RUN bun run build
26
RUN useradd -m -d /home/container container
27
ENV USER=container HOME=/home/container
28
USER container
29
-COPY entrypoint.sh /entrypoint.sh
+COPY ./entrypoint.sh /entrypoint.sh
30
CMD ["/bin/bash", "/entrypoint.sh"]
0 commit comments