mirror of
https://github.com/vichan-devel/vichan.git
synced 2024-12-13 16:21:10 +01:00
8 lines
122 B
Docker
8 lines
122 B
Docker
FROM nginx:1.25.3-alpine
|
|
|
|
COPY . /code
|
|
RUN /code/docker/common-setup.sh
|
|
|
|
|
|
CMD ["nginx", "-g", "daemon off;"]
|
|
EXPOSE 80 443 |