We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent fc9407e commit ee05cf9Copy full SHA for ee05cf9
Dockerfile
@@ -23,7 +23,7 @@ RUN npm install -g nodemon
23
# Install dependencies for both development and production
24
RUN yarn install --frozen-lockfile --network-timeout 1000000
25
26
-WORKDIR /app/https
+WORKDIR /app/src/https
27
28
RUN openssl req -x509 -newkey rsa:4096 -keyout key.pem -out cert.pem -days 365 \
29
-subj "/C=US/ST=State/L=City/O=Organization/OU=Unit/CN=localhost" \
0 commit comments