Fix Dockerfile

This commit is contained in:
dvirlabs 2025-07-01 07:02:32 +03:00
parent 0a0f9f37b9
commit 9124e41ec2

View File

@ -27,4 +27,7 @@ COPY docker-entrypoint.sh /entrypoint.sh
RUN dos2unix /entrypoint.sh && chmod +x /entrypoint.sh
EXPOSE 80
ENTRYPOINT ["/entrypoint.sh"]
# ✅ חשוב מאוד: הגדר גם ENTRYPOINT וגם CMD
ENTRYPOINT ["/entrypoint.sh"]
CMD ["nginx", "-g", "daemon off;"]