Skip to content
This repository has been archived by the owner on Oct 11, 2022. It is now read-only.

Commit

Permalink
node update workaround
Browse files Browse the repository at this point in the history
  • Loading branch information
r7wx committed Nov 5, 2021
1 parent 318eec4 commit 070e98e
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions dump-hub-app/Dockerfile
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
FROM node AS react-builder
FROM node:16 AS react-builder
WORKDIR /opt/dump-hub-app
COPY . .
RUN npm install
Expand All @@ -10,4 +10,4 @@ COPY --from=react-builder /opt/dump-hub-app/build .
WORKDIR /etc/nginx
RUN openssl req -new -newkey rsa:4096 -days 365 -nodes -x509 \
-subj "/C=AU/ST=None/L=None/O=r7wx/CN=dump-hub.priv" \
-keyout dump-hub.key -out dump-hub.crt
-keyout dump-hub.key -out dump-hub.crt

0 comments on commit 070e98e

Please sign in to comment.