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