mirror of
https://forgejo.merr.is/annika/isl-vue3.git
synced 2025-12-11 10:56:31 -05:00
3 lines
No EOL
103 B
Docker
3 lines
No EOL
103 B
Docker
FROM nginx:stable-alpine
|
|
COPY docker/nginx.conf /etc/nginx/nginx.conf
|
|
COPY ./dist /usr/share/nginx/html |