Fix web manifest
Test / test (push) Failing after 45s
Details
Test / test (push) Failing after 45s
Details
This commit is contained in:
parent
fd351360f1
commit
a9f9341427
|
|
@ -1,4 +1,4 @@
|
||||||
FROM node
|
FROM node:22-alpine
|
||||||
WORKDIR /tack-up-now
|
WORKDIR /tack-up-now
|
||||||
COPY . .
|
COPY . .
|
||||||
RUN npm install
|
RUN npm install
|
||||||
|
|
|
||||||
|
|
@ -1 +0,0 @@
|
||||||
{"name":"","short_name":"","icons":[{"src":"/android-chrome-192x192.png","sizes":"192x192","type":"image/png"},{"src":"/android-chrome-512x512.png","sizes":"512x512","type":"image/png"}],"theme_color":"#ffffff","background_color":"#ffffff","display":"standalone"}
|
|
||||||
Loading…
Reference in New Issue