Remove devDependencies pruning step from Dockerfile
Removed the step to prune devDependencies from the Docker image build process.
This commit is contained in:
parent
07174cecef
commit
e9bdceed95
1 changed files with 0 additions and 3 deletions
|
|
@ -16,9 +16,6 @@ COPY . .
|
||||||
# Build the project
|
# Build the project
|
||||||
RUN bun run build
|
RUN bun run build
|
||||||
|
|
||||||
# Remove devDependencies to shrink image
|
|
||||||
RUN bun prune --prod
|
|
||||||
|
|
||||||
# Expose Vite preview port
|
# Expose Vite preview port
|
||||||
EXPOSE 4173
|
EXPOSE 4173
|
||||||
|
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue