We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 89ff909 commit a251306Copy full SHA for a251306
Dockerfile
@@ -11,7 +11,6 @@ RUN apk add --update --no-cache \
11
COPY package.json tsconfig.json yarn.lock ./
12
RUN yarn install --frozen-lockfile --no-cache
13
14
-COPY migrations migrations
15
COPY src src
16
17
#Start
0 commit comments