Skip to content

Commit f55a395

Browse files
authored
fix: Update Dockerfile (#168)
Making sure that the directory needed for logs is created. This caused issues on the live machine website.
1 parent a1e8290 commit f55a395

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

nginx/Dockerfile

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,5 +2,6 @@ FROM nginx:1.15
22
LABEL maintainer="[email protected]"
33

44
COPY nginx.conf /etc/nginx/nginx.conf
5+
RUN mkdir /var/log/nginx
56
EXPOSE 80
67
CMD ["nginx", "-g", "daemon off;"]

0 commit comments

Comments
 (0)