dockerfile

This commit is contained in:
urania-dev
2024-08-09 00:47:27 +02:00
parent 68185cca0c
commit 22ebf45b5e

View File

@@ -19,6 +19,7 @@ RUN npm run build
# Copy the entrypoint script # Copy the entrypoint script
COPY entrypoint.sh /usr/local/bin/entrypoint.sh COPY entrypoint.sh /usr/local/bin/entrypoint.sh
RUN chmod +x /usr/local/bin/entrypoint.sh
# Set the entrypoint # Set the entrypoint
ENTRYPOINT ["entrypoint.sh"] ENTRYPOINT ["entrypoint.sh"]