mirror of
https://github.com/ToolJet/ToolJet
synced 2026-05-24 09:28:31 +00:00
added fix for ce-preview.dockerfile
This commit is contained in:
parent
e0b840b2d7
commit
5bfed56676
1 changed files with 1 additions and 2 deletions
|
|
@ -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"]
|
||||
|
|
|
|||
Loading…
Reference in a new issue