Skip to content

Commit ee05cf9

Browse files
authored
fix for local docker run (#363)
1 parent fc9407e commit ee05cf9

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@ RUN npm install -g nodemon
2323
# Install dependencies for both development and production
2424
RUN yarn install --frozen-lockfile --network-timeout 1000000
2525

26-
WORKDIR /app/https
26+
WORKDIR /app/src/https
2727

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

0 commit comments

Comments
 (0)