Remove webpack

This commit is contained in:
Pranav Raj S
2024-01-25 12:43:39 -08:00
parent a1b6b0c06c
commit 2e747e7fa6
20 changed files with 204 additions and 12023 deletions
+2 -2
View File
@@ -1,6 +1,6 @@
FROM chatwoot:development
RUN chmod +x docker/entrypoints/webpack.sh
RUN chmod +x docker/entrypoints/vite.sh
EXPOSE 3035
CMD ["bin/webpack-dev-server"]
CMD ["bin/vite"]
@@ -15,6 +15,6 @@ do
sleep 2;
done
echo "Ready to run webpack development server."
echo "Ready to run frontend development server."
exec "$@"