Tetra/web/Dockerfile
2025-05-01 01:06:34 -07:00

6 lines
142 B
Docker

FROM nginx:alpine
RUN rm /etc/nginx/conf.d/default.conf
COPY nginx.conf /etc/nginx/conf.d/web.conf
COPY ../webgl-build /usr/share/nginx/html