Skip to content

Commit

Permalink
Fix the path for static files - osmcha
Browse files Browse the repository at this point in the history
  • Loading branch information
Rub21 committed Oct 16, 2023
1 parent 73eb8ae commit 3df2f57
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions images/osmcha-web/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -43,8 +43,7 @@ RUN yarn install
RUN REACT_APP_VERSION=ohm REACT_APP_STACK=PRODUCTION PUBLIC_URL=$OSMCHA_URL npx react-scripts build
RUN cp -R build/*.html ../osmchadjango/frontend/templates/frontend/
RUN cp -R build/* ../osmchadjango/static/
RUN mkdir -p ../osmcha-django/osmchadjango/static
RUN cp -R build/static/* ../osmcha-django/osmchadjango/static
RUN cp -R build/static/* ../osmchadjango/static/

ADD . /app

Expand Down

0 comments on commit 3df2f57

Please sign in to comment.