Skip to content

Commit 71c8bdd

Browse files
author
xyzjesper
committed
Fixed entrypoint.sh path
1 parent a2b8e0a commit 71c8bdd

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

docker/CustomerDockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -26,5 +26,5 @@ RUN bun run build
2626
RUN useradd -m -d /home/container container
2727
ENV USER=container HOME=/home/container
2828
USER container
29-
COPY entrypoint.sh /entrypoint.sh
29+
COPY ./entrypoint.sh /entrypoint.sh
3030
CMD ["/bin/bash", "/entrypoint.sh"]

0 commit comments

Comments
 (0)