Skip to content

Commit

Permalink
add 443
Browse files Browse the repository at this point in the history
  • Loading branch information
Khagou committed Apr 13, 2024
1 parent 01ec2d0 commit ca75077
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 1 deletion.
1 change: 1 addition & 0 deletions client/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -14,5 +14,6 @@ RUN echo "server {" > /etc/nginx/conf.d/default.conf \
COPY ./build/ /usr/share/nginx/html

EXPOSE 80
EXPOSE 443

CMD ["nginx", "-g", "daemon off;"]
3 changes: 2 additions & 1 deletion docker-compose.yml
Original file line number Diff line number Diff line change
@@ -1,8 +1,9 @@
services:
frontend:
image: khagu/khagu-dev-front:1.8.1
image: khagu/khagu-dev-front:1.8.2
ports:
- 80:80
- 443:443
backend:
image: khagu/khagu-dev-back:1.2
ports:
Expand Down

0 comments on commit ca75077

Please sign in to comment.