3
This commit is contained in:
7
frontend/Dockerfile
Normal file
7
frontend/Dockerfile
Normal file
@@ -0,0 +1,7 @@
|
||||
FROM nginx:alpine
|
||||
|
||||
# Копируем наш конфиг вместо дефолтного
|
||||
COPY nginx.conf /etc/nginx/conf.d/default.conf
|
||||
|
||||
# Копируем статические файлы
|
||||
COPY . /usr/share/nginx/html/
|
||||
Reference in New Issue
Block a user