Skip to content

Commit 23dec61

Browse files
authored
docs(docker): remove stale Dockerfile.alpine comment (#2068)
Remove the "keep in sync with docker/Dockerfile.alpine" comment in docker/Dockerfile: that file does not exist in the repo, so the comment points at nothing.
1 parent bbbcdef commit 23dec61

1 file changed

Lines changed: 0 additions & 2 deletions

File tree

docker/Dockerfile

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -58,8 +58,6 @@ ENV VP_HOME=/home/vp/.vite-plus \
5858
# downloads its own pinned Node.js at build time, so the default is dead weight in a
5959
# builder image. The node/npm/npx shims remain and fetch the right version on
6060
# first use.
61-
#
62-
# Keep this install line in sync with docker/Dockerfile.alpine.
6361
RUN curl -fsSL https://vite.plus | VP_VERSION="${VP_VERSION}" VP_PR_VERSION="${VP_PR_VERSION}" bash \
6462
&& vp --version \
6563
&& rm -rf "$VP_HOME/js_runtime"

0 commit comments

Comments
 (0)