2024-12-17 18:54:43 +01:00
|
|
|
# Build: podman build -t code.philo.ydns.eu/philorg/gisaf-frontend -f Containerfile
|
2024-12-16 05:26:46 +01:00
|
|
|
FROM docker.io/library/nginx:alpine
|
|
|
|
|
|
|
|
EXPOSE 80
|
|
|
|
|
|
|
|
COPY nginx.conf /etc/nginx/nginx.conf
|
|
|
|
COPY dist/gisaf/browser /usr/share/nginx/html
|