Skip to content

Commit

Permalink
copy ssl certs
Browse files Browse the repository at this point in the history
  • Loading branch information
martinjrobins committed Dec 6, 2023
1 parent f11a8a3 commit fe66e84
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -61,6 +61,8 @@ RUN chown -R www-data:www-data /var/lib/nginx /run /tmp
# server setup files
COPY nginx.default.template .
COPY start-server.sh .
# copy any ssl certificates
COPY /etc/ssl/pkpdapp.com.* /etc/ssl/
RUN chown -R www-data:www-data nginx.default.template start-server.sh

# run as www-data
Expand Down

0 comments on commit fe66e84

Please sign in to comment.