TACC / Core-CMS

The Core CMS codebase used by TACC Portals.
https://cep.tacc.utexas.edu
2 stars 1 forks source link

hotfix: dockerfile default shell assumption #825

Open wesleyboar opened 6 months ago

wesleyboar commented 6 months ago

Overview

A Windows user received an error running a specific shell command in the Dockerfile:

"ERROR [cms node_build 6/6] RUN if [ "$NEEDS_DEMO" = "true" ]; then npm run build --project="$PROJECT_NAME" --build-id="$BUILD_ID";",

Related

None

Changes

Testing

  1. Be on Windows.
  2. Set up a new local instance of Core-CMS.

UI

Skipped. Untested.