Skip to content

Commit 6603af1

Browse files
committed
attempting to fix deployment
1 parent 6de1cca commit 6603af1

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

Frontend/Dockerfile

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -12,6 +12,8 @@ FROM nginx:alpine
1212
COPY --from=builder /app/dist /usr/share/nginx/html
1313
COPY default.conf /etc/nginx/conf.d/
1414

15+
RUN mkdir /security
16+
1517
RUN --mount=type=secret,id=PRIVATE_KEY \
1618
--mount=type=secret,id=SSL_CERT \
1719
cat run/secrets/PRIVATE_KEY > ./security/_.quizslayer.com_private_key.key \

0 commit comments

Comments
 (0)