Skip to content
Snippets Groups Projects
Commit 4f8aeed5 authored by Александр Плохих's avatar Александр Плохих :waxing_gibbous_moon:
Browse files

STA-931|update docker conf for do not double env file

parent d5d56be6
No related branches found
No related tags found
1 merge request!14STA-959
......@@ -21,6 +21,7 @@ services:
volumes:
- ./app:/var/www/project
- ./nginx/default.conf:/etc/nginx/conf.d/default.conf
- ./.env:/var/www/project/.env
networks:
- app
links:
......
......@@ -3,6 +3,7 @@ FROM php:fpm-alpine
WORKDIR var/www/project
COPY app .
COPY .env .
RUN apk update && \
apk add libpq-dev && \
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment