|
@ -4,4 +4,7 @@ FROM nginx:1.17.8-alpine |
|
|
COPY . /app/public/ |
|
|
COPY . /app/public/ |
|
|
|
|
|
|
|
|
# Copy the nginx config file |
|
|
# 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 |