Update Dockerfile

This commit is contained in:
Bradley Schofield
2023-02-24 06:17:49 +00:00
parent bd65b96ecb
commit fbb489d7fe
+1 -1
View File
@@ -29,7 +29,7 @@ ENV VITE_APPWRITE_GROWTH_ENDPOINT=$VITE_APPWRITE_GROWTH_ENDPOINT
RUN npm ci
RUN npm run build
FROM ionic/base as final
FROM appwrite/base:0.1.0 as final
LABEL maintainer="team@appwrite.io"