dockerfile created

This commit is contained in:
Jonas Braus
2025-01-23 19:36:57 +01:00
parent ef09f5b165
commit 2f82d1c047
2 changed files with 51 additions and 0 deletions
+7
View File
@@ -0,0 +1,7 @@
FROM nginx:stable-perl
WORKDIR /usr/share/nginx/html
COPY ./build/web/ ./
COPY ./default.conf /etc/nginx/conf.d/default.conf
EXPOSE 8051