Files
hr-portal-v4-designs/Dockerfile
T
2026-05-09 17:48:58 +00:00

4 lines
57 B
Docker

FROM nginx:alpine
COPY . /usr/share/nginx/html
EXPOSE 80