Add Dockerfile

This commit is contained in:
2026-02-05 15:02:50 +00:00
parent 1ff8454432
commit 8007898e89

3
Dockerfile Normal file
View File

@@ -0,0 +1,3 @@
FROM nginx:alpine
COPY "./Profice WebSite/" /usr/share/nginx/html/
EXPOSE 80