[mirotalksfu] - add missing

هذا الالتزام موجود في:
Miroslav Pejic
2025-01-29 17:08:17 +01:00
الأصل 9f10056e27
التزام 75592b975e

عرض الملف

@@ -31,5 +31,8 @@ RUN apt-get purge -y --auto-remove \
COPY app app
COPY public public
# Rename config.template.js to config.js
RUN cp app/src/config.template.js app/src/config.js
# Set default command to start the application
CMD ["npm", "start"]