Skip to content

Commit

Permalink
chore: Fix client Dockerfile
Browse files Browse the repository at this point in the history
  • Loading branch information
msarcev committed Dec 8, 2023
1 parent 2c085ff commit 96daf3c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion client/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ RUN echo 'server {\
index index.html index.htm;\
try_files $uri /index.html;\
}\
}' > /etc/nginx/conf.d/default.conf
}' > /etc/nginx/sites-available/default


# List all files and directories
Expand Down

0 comments on commit 96daf3c

Please sign in to comment.