mirror of
https://github.com/aljazceru/cyphernode.git
synced 2025-12-18 13:14:56 +01:00
Fixed JWT and added tests for the gatekeeper
This commit is contained in:
@@ -1,13 +1,14 @@
|
||||
FROM nginx:1.18.0-alpine
|
||||
|
||||
RUN apk add --update --no-cache \
|
||||
bash \
|
||||
bash \
|
||||
git \
|
||||
openssl \
|
||||
fcgiwrap \
|
||||
spawn-fcgi \
|
||||
curl \
|
||||
jq
|
||||
jq \
|
||||
coreutils
|
||||
|
||||
COPY auth.sh /etc/nginx/conf.d/
|
||||
COPY default.conf /etc/nginx/conf.d/default.conf
|
||||
|
||||
Reference in New Issue
Block a user