Skip to content
Discussion options

You must be logged in to vote

I think the new auto detection of CSS classnames in TW 4 is getting tricked into parsing the entire root of the host, right?

# Set the working directory
WORKDIR /root

# Copy package.json and package-lock.json
COPY package*.json /root

# Copy the rest of the application code
COPY . /root

In TW 3 you'd specify the paths to scan, but since TW 4 is config less cuz it auto scans, the placement of the application code matters now.

Replies: 3 comments 2 replies

Comment options

You must be logged in to vote
0 replies
Comment options

You must be logged in to vote
1 reply
@icyJoseph
Comment options

Comment options

You must be logged in to vote
1 reply
@AChangXD
Comment options

Answer selected by AChangXD
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Category
Help
Labels
None yet
2 participants