mirror of
https://forgejo.merr.is/annika/isl-vue3.git
synced 2025-12-13 15:04:41 -05:00
3 lines
103 B
Text
3 lines
103 B
Text
|
|
FROM nginx:stable-alpine
|
||
|
|
COPY docker/nginx.conf /etc/nginx/nginx.conf
|
||
|
|
COPY ./dist /usr/share/nginx/html
|