Skip to content

Commit d3dd316

Browse files
committed
fix(Dockerfile): Remove step number
# Issue jetify-com/devbox#2073 # Fix Remove step number.
1 parent 6d49316 commit d3dd316

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

ci/dockerfiles/autoscaler-devbox/Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ COPY --chown=${DEVBOX_USER}:${DEVBOX_USER} devbox.json devbox.json
1010
COPY --chown=${DEVBOX_USER}:${DEVBOX_USER} devbox.lock devbox.lock
1111

1212

13-
# Step 6: Copying local flakes directories
13+
# Copying local flakes directories
1414
COPY local-flake local-flake
1515

1616
RUN devbox run -- echo "Installed Packages."

0 commit comments

Comments
 (0)