Commit
·
6ad8bb1
1
Parent(s):
7a7d68d
set NEXTAUTH_SECRET and SALT via secrets
Browse files- Dockerfile +0 -4
Dockerfile
CHANGED
@@ -9,10 +9,6 @@ RUN apk update && apk add --no-cache \
|
|
9 |
net-tools \
|
10 |
iproute2
|
11 |
|
12 |
-
# Set up environment variables
|
13 |
-
ENV NEXTAUTH_SECRET=mysecret
|
14 |
-
ENV SALT=mysalt
|
15 |
-
|
16 |
# Copy and set up the wrapper script
|
17 |
COPY docker-entrypoint-wrapper.sh /docker-entrypoint-wrapper.sh
|
18 |
RUN chmod +x /docker-entrypoint-wrapper.sh
|
|
|
9 |
net-tools \
|
10 |
iproute2
|
11 |
|
|
|
|
|
|
|
|
|
12 |
# Copy and set up the wrapper script
|
13 |
COPY docker-entrypoint-wrapper.sh /docker-entrypoint-wrapper.sh
|
14 |
RUN chmod +x /docker-entrypoint-wrapper.sh
|