Browse Source

Modified docker file to make it work with infrastructure docker compose

master
jrtechs 3 years ago
parent
commit
333620150d
1 changed files with 4 additions and 1 deletions
  1. +4
    -1
      Dockerfile

+ 4
- 1
Dockerfile View File

@ -4,4 +4,7 @@ FROM nginx:1.17.8-alpine
COPY . /app/public/
# Copy the nginx config file
COPY ./site.conf /etc/nginx/conf.d/default.conf
COPY ./site.conf /etc/nginx/conf.d/default.conf
EXPOSE 80
EXPOSE 8080

Loading…
Cancel
Save