fix: cap copy android for icon assets
This commit is contained in:
@@ -38,7 +38,7 @@ COPY package*.json ./
|
|||||||
RUN npm install
|
RUN npm install
|
||||||
|
|
||||||
COPY . .
|
COPY . .
|
||||||
RUN npm run build && npx cap add android && npx cap sync android
|
RUN npm run build && npx cap add android && npx cap copy android && npx cap sync android
|
||||||
|
|
||||||
WORKDIR /workspace/android
|
WORKDIR /workspace/android
|
||||||
RUN chmod +x gradlew
|
RUN chmod +x gradlew
|
||||||
|
|||||||
Reference in New Issue
Block a user