Skip to content

Commit

Permalink
fix
Browse files Browse the repository at this point in the history
  • Loading branch information
egcodes committed Apr 9, 2024
1 parent 1e2022e commit 5175eda
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Dockerfile-site
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ COPY nginx/nginx.conf /etc/nginx/nginx.conf
COPY nginx/hackerupdates.com.conf /etc/nginx/sites-enabled/hackerupdates.com.conf
COPY nginx/server.key /etc/ssl/private/server.key
COPY nginx/server.pem /etc/ssl/certs/server.pem
COPY web /var/www/hackerupdates.com/html
COPY site /var/www/hackerupdates.com/html

EXPOSE 80

Expand Down

0 comments on commit 5175eda

Please sign in to comment.