Skip to content

Commit

Permalink
fix for local docker run (#363)
Browse files Browse the repository at this point in the history
  • Loading branch information
farhanW3 authored Jan 5, 2024
1 parent fc9407e commit ee05cf9
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@ RUN npm install -g nodemon
# Install dependencies for both development and production
RUN yarn install --frozen-lockfile --network-timeout 1000000

WORKDIR /app/https
WORKDIR /app/src/https

RUN openssl req -x509 -newkey rsa:4096 -keyout key.pem -out cert.pem -days 365 \
-subj "/C=US/ST=State/L=City/O=Organization/OU=Unit/CN=localhost" \
Expand Down

0 comments on commit ee05cf9

Please sign in to comment.