Skip to content

Commit 6cc64e6

Browse files
committed
fix: TT-509 change app to port 80
1 parent 3fe4e5e commit 6cc64e6

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -39,4 +39,4 @@ RUN touch /var/run/nginx.pid && chown -R ${USERNAME}:${USERNAME} /var/run/nginx.
3939

4040
USER ${USERNAME}
4141

42-
EXPOSE 8080
42+
EXPOSE 80

nginx.conf

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
server {
2-
listen 8080;
2+
listen 80;
33

44
root /usr/share/nginx/html;
55
index index.html;

0 commit comments

Comments
 (0)