Portfolio/Dockerfile
Matthew L McPeak f03f34f12e
Some checks failed
ci / build (push) Successful in 38s
ci / publish (push) Failing after 8s
Initial Portfolio (#1)
Reviewed-on: #1
Co-authored-by: Matthew L McPeak <m.mcpeak98@icloud.com>
Co-committed-by: Matthew L McPeak <m.mcpeak98@icloud.com>
2026-06-11 16:21:00 -04:00

7 lines
140 B
Docker

# syntax=docker/dockerfile:1
FROM nginx:1-alpine
COPY dist /usr/share/nginx/html
COPY nginx.conf /etc/nginx/conf.d/default.conf
EXPOSE 80