diff --git a/bulletin-board-app/Dockerfile b/bulletin-board-app/Dockerfile index 22e6ce5..6571625 100644 --- a/bulletin-board-app/Dockerfile +++ b/bulletin-board-app/Dockerfile @@ -7,4 +7,6 @@ RUN npm install EXPOSE 8080 CMD [ "npm", "start" ] -COPY . . \ No newline at end of file +COPY . . + +HEALTHCHECK CMD curl --fail http://localhost:8080 || exit 1 \ No newline at end of file diff --git a/bulletin-board-proxy/nginx.conf b/bulletin-board-proxy/nginx.conf index af60359..1e34abd 100644 --- a/bulletin-board-proxy/nginx.conf +++ b/bulletin-board-proxy/nginx.conf @@ -27,7 +27,7 @@ http { text/css 1M; text/javascript 1M; application/javascript 1M; - application/x-font-woff £M; + application/x-font-woff 3M; ~image/ 6M; }