mirror of
https://github.com/i701/sarlink-portal-api.git
synced 2025-11-01 04:26:57 +00:00
builds
This commit is contained in:
11
.build/prod/nginx.Dockerfile
Normal file
11
.build/prod/nginx.Dockerfile
Normal file
@@ -0,0 +1,11 @@
|
||||
FROM nginx
|
||||
|
||||
# Install basic tools
|
||||
RUN apt update \
|
||||
&& apt install curl nano iputils-ping zip unzip -y --no-install-recommends \
|
||||
&& apt auto-remove -y \
|
||||
&& apt clean -y
|
||||
|
||||
COPY nginx.conf /etc/nginx/conf.d/default.conf
|
||||
|
||||
WORKDIR /etc/nginx
|
||||
Reference in New Issue
Block a user