Skip to content

Commit

Permalink
Merge pull request #224 from OCHA-DAP/dev
Browse files Browse the repository at this point in the history
PR for dev into prod
  • Loading branch information
alexandru-m-g committed Aug 12, 2024
2 parents 4459927 + b1fdb17 commit 2f2e3bd
Show file tree
Hide file tree
Showing 9 changed files with 3,426 additions and 1,727 deletions.
2 changes: 1 addition & 1 deletion Dockerfile
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
FROM public.ecr.aws/unocha/nodejs-builder:16-alpine AS builder
FROM public.ecr.aws/unocha/nodejs-builder:20-alpine AS builder

ARG BASE_HREF=/tools/quickcharts
ARG BUILD_ENV=production
Expand Down
Binary file added build/hxl-preview-ng-lib-3.2.2.tgz
Binary file not shown.
3 changes: 2 additions & 1 deletion docker/default.conf.tpl
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,8 @@ server {
listen 80 default_server;
listen [::]:80 default_server;
access_log /var/log/nginx/access.log logstash_internal;
# Everything is a 404
location / {
return 404;
Expand All @@ -18,4 +20,3 @@ server {
index index.html;
}
}

Loading

0 comments on commit 2f2e3bd

Please sign in to comment.