Skip to content

Commit 4e046eb

Browse files
committed
fix(ci): fix entrypoint path
1 parent a256809 commit 4e046eb

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

nix_test_env/Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -40,7 +40,7 @@ RUN . /root/.nix-profile/etc/profile.d/nix.sh && \
4040
nix-shell '<home-manager>' -A install
4141

4242
# Entrypoint
43-
COPY ./docker_entrypoint.sh /usr/local/bin/docker_entrypoint.sh
43+
COPY nix_test_env/docker_entrypoint.sh /usr/local/bin/docker_entrypoint.sh
4444
RUN chmod +x /usr/local/bin/docker_entrypoint.sh
4545

4646
WORKDIR /root

0 commit comments

Comments
 (0)