Compare commits
1 Commits
| Author | SHA1 | Date | |
|---|---|---|---|
| 937cea5f9d |
@@ -38,7 +38,7 @@ COPY package*.json ./
|
||||
RUN npm install
|
||||
|
||||
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
|
||||
RUN chmod +x gradlew
|
||||
|
||||
Reference in New Issue
Block a user