7 lines
216 B
Docker
7 lines
216 B
Docker
# Build: podman build -t code.philo.ydns.eu/philorg/gisaf-frontend -f Containerfile
|
|
FROM docker.io/library/nginx:alpine
|
|
|
|
EXPOSE 80
|
|
|
|
COPY nginx.conf /etc/nginx/nginx.conf
|
|
COPY dist/gisaf/browser /usr/share/nginx/html
|