Moved dockerfile
All checks were successful
Build and Deploy / Deploy (push) Successful in 47s

This commit is contained in:
2024-10-26 12:20:21 +02:00
parent b8e12b9948
commit 8fd4497485

5
Dockerfile Normal file
View File

@@ -0,0 +1,5 @@
FROM httpd:2.4 AS runtime
WORKDIR /app
COPY ./dist /usr/local/apache2/htdocs/
EXPOSE 80