mirror of
https://git.asonix.dog/asonix/activitystreams.git
synced 2024-11-22 11:51:00 +00:00
7 lines
119 B
Docker
7 lines
119 B
Docker
|
FROM arm64v8/nginx:mainline-alpine
|
||
|
|
||
|
COPY html/ /usr/share/nginx/html/
|
||
|
|
||
|
RUN chown -R nginx:nginx /usr/share/nginx/html
|
||
|
|