We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 54caa5e commit 53c6db7Copy full SHA for 53c6db7
Dockerfile
@@ -31,6 +31,7 @@ COPY . .
31
32
FROM prepare as production-builder
33
34
+# this should build the app inside the folder /app/dist/spa
35
RUN ls -la && yarn quasar prepare && yarn quasar build
36
37
0 commit comments