mirror of
https://github.com/ansible/awx.git
synced 2026-01-11 01:57:35 -03:30
Add jsconfig to frontend container
The eslint and jsconfig files are needed to start the dev server. Without the jsconfig, the ui development server can't resolve src modules and will fail to start.
This commit is contained in:
parent
64b337e3c6
commit
3452dee1b0
@ -5,10 +5,13 @@ ARG TARGET='https://awx:8043'
|
||||
ENV TARGET=${TARGET}
|
||||
ENV CI=true
|
||||
WORKDIR /ui
|
||||
ADD .eslintignore .eslintignore
|
||||
ADD .eslintrc .eslintrc
|
||||
ADD .linguirc .linguirc
|
||||
ADD jsconfig.json jsconfig.json
|
||||
ADD public public
|
||||
ADD package.json package.json
|
||||
ADD package-lock.json package-lock.json
|
||||
ADD .linguirc .linguirc
|
||||
COPY ${NPMRC_FILE} .npmrc
|
||||
RUN npm install
|
||||
ADD src src
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user