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 548725b commit f5906a7Copy full SHA for f5906a7
Dockerfile.dev
@@ -3,5 +3,6 @@ WORKDIR /app
3
RUN apk update && apk upgrade && \
4
apk add --no-cache bash git
5
COPY package.json .
6
+RUN yarn
7
COPY . .
8
ENTRYPOINT yarn start:dev
0 commit comments