Skip to content

Commit c8d2338

Browse files
timofeytikhomirovjangalda-nsc
authored andcommitted
docker: Add missing slash
Allows changing working directory Signed-off-by: Timofey Tikhomirov <[email protected]>
1 parent fee676f commit c8d2338

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

scripts/docker/Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -33,4 +33,4 @@ LABEL org.opencontainers.image.description="This image contains toolchain for sd
3333

3434
ENTRYPOINT ["/bin/bash", "-c"]
3535
SHELL ["/bin/bash", "-c"]
36-
CMD ["bin/bash"]
36+
CMD ["/bin/bash"]

0 commit comments

Comments
 (0)