pheromone / Dockerfile
preyashyadav
Phase 9B: early-launch static Space stub (walkthrough)
8666d1c
Raw
History Blame Contribute Delete
113 Bytes
FROM nginx:alpine
COPY nginx.conf /etc/nginx/conf.d/default.conf
COPY app/ /usr/share/nginx/html/
EXPOSE 7860