Skip to content

Commit 4297ec1

Browse files
committed
Use CMD instead of entrypoint
Enables the use of podman run <image> command
1 parent c22e4cd commit 4297ec1

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.devcontainer/Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -110,4 +110,4 @@ RUN --mount=type=cache,target=/usr/local/cargo/registry \
110110

111111
COPY --from=qemu-builder /usr/local/ /usr/local/
112112

113-
ENTRYPOINT ["/bin/bash"]
113+
CMD ["/bin/bash"]

0 commit comments

Comments
 (0)