production deployment stuff

This commit is contained in:
tux
2026-04-29 19:17:57 +02:00
parent ce57669263
commit 60070b18f5
2 changed files with 20 additions and 1 deletions
+3 -1
View File
@@ -33,4 +33,6 @@ RUN npm run build
EXPOSE 9000
CMD ["php-fpm"]
RUN mv /var/www/html /src
COPY run-mareike.sh /usr/local/bin/
CMD ["run-mareike.sh"]