added fix for ce-preview.dockerfile

This commit is contained in:
Souvik 2026-05-20 21:07:03 +05:30
parent e0b840b2d7
commit 5bfed56676

View file

@ -156,7 +156,6 @@ ENV TOOLJET_HOST=http://localhost \
TERM=xterm
ENV npm_config_cache /home/appuser/.npm
USER appuser
RUN chmod +x ./server/scripts/preview.sh
RUN chmod +x /app/server/scripts/preview.sh
# Set the entrypoint
ENTRYPOINT ["./server/scripts/preview.sh"]