We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 261b45e commit f0a9c4dCopy full SHA for f0a9c4d
adminforth/commands/createApp/templates/Dockerfile.hbs
@@ -3,5 +3,5 @@ WORKDIR /code/
3
ADD package.json package-lock.json /code/
4
RUN npm ci
5
ADD . /code/
6
-RUN --mount=type=cache,target=/tmp npx adminforth bundle
+RUN npx adminforth bundle
7
CMD ["sh", "-c", "npm run migrate:prod && npm run prod"]
live-demo/app/Dockerfile
@@ -3,7 +3,7 @@ WORKDIR /code/
-RUN --mount=type=cache,target=/tmp npm run bundleNow
+RUN npm run bundleNow
8
9
CMD ["npm", "run", "startLive"]
0 commit comments