@cryptotaxi247 / CoPilot / commits / 442bbc81

Remove unused docker entrypoint script for SSL from Dockerfile

taylorwalton committed Nov 30, 2025 at 10:06 UTC 442bbc81d3ff8235c35b9832cc5a39aab9e89c64
1 file changed -3
customer_portal/Dockerfile
-3
@@ -27,9 +27,6 @@ COPY nginx.conf /etc/nginx/nginx.conf
27 # Copy built files from build stage
28 COPY --from=build /app/dist /usr/share/nginx/html
29
30 -# Copy docker entrypoint script if needed for SSL
31 -COPY build/docker-entrypoint.d/90-copilot-ssl.sh /docker-entrypoint.d/ 2>/dev/null || true
32 -
30 # Expose port 80
31 EXPOSE 80
32