Skip to content

Commit 38919d4

Browse files
committed
fix: remove unnecessary 'ls' command from Dockerfile build stage
1 parent 8bc72f9 commit 38919d4

1 file changed

Lines changed: 0 additions & 1 deletion

File tree

docker/Dockerfile

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,6 @@ FROM versatiles/versatiles-tippecanoe:latest AS tippecanoe
44
FROM node:24-alpine AS build
55
WORKDIR /app
66
COPY . ./
7-
RUN ls -lah
87

98
RUN npm ci && npm run check && npm run build && npm prune --omit=dev
109

0 commit comments

Comments
 (0)