Skip to content

Commit

Permalink
PPS-1678 update jest and cross-spawn (#1655)
Browse files Browse the repository at this point in the history
* update jest

* update cross-spawn

* Revert "update cross-spawn"

This reverts commit 6b26d11.

* update dep

* Update Dockerfile

* Update Dockerfile
  • Loading branch information
mfshao authored Dec 4, 2024
1 parent 0857ba3 commit aae798d
Show file tree
Hide file tree
Showing 4 changed files with 5,411 additions and 3,280 deletions.
2 changes: 1 addition & 1 deletion Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -55,4 +55,4 @@ RUN cp nginx.conf /etc/nginx/conf.d/nginx.conf \
RUN mkdir /mnt/ssl \
&& openssl req -x509 -nodes -days 365 -newkey rsa:2048 -keyout /mnt/ssl/nginx.key -out /mnt/ssl/nginx.crt -subj '/countryName=US/stateOrProvinceName=Illinois/localityName=Chicago/organizationName=CDIS/organizationalUnitName=PlanX/commonName=localhost/[email protected]'

CMD bash ./dockerStart.sh
CMD [ "bash", "./dockerStart.sh" ]
Loading

0 comments on commit aae798d

Please sign in to comment.