Spaces:
Runtime error
Runtime error
| FROM node:18-bullseye-slim | |
| EXPOSE 80 | |
| EXPOSE 8080 | |
| FROM nginxinc/nginx-unprivileged | |
| USER nginx | |
| COPY nginx.conf /etc/nginx/nginx.conf | |
| #PID /tmp/nginx.pid | |
| CMD ["nginx", "-c", "nginx.conf"] |