diff --git a/Dockerfile b/Dockerfile index 2e92df639..a0a49d5b1 100644 --- a/Dockerfile +++ b/Dockerfile @@ -29,7 +29,6 @@ RUN npm ci --production # Copy built assets from builder COPY --from=builder /app/dist ./dist COPY --from=builder /app/public ./public -COPY --from=builder /app/astro.config.mjs ./ # Expose port EXPOSE 4321