Skip to content

Commit

Permalink
Merge pull request #6 from DTS-STN/fix-dast
Browse files Browse the repository at this point in the history
Copy tracing file in docker
  • Loading branch information
shewood authored Sep 8, 2022
2 parents 90de891 + 0f7ed7c commit 0167c9b
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -26,6 +26,7 @@ COPY --from=build /build/next.config.js ./
COPY --from=build /build/package*.json ./
COPY --from=build /build/.next ./.next
COPY --from=build /build/public ./public
COPY --from=build /build/tracing.js ./
RUN VERSION_NEXT=`node -p -e "require('./package.json').dependencies.next"`&& npm install --no-package-lock --no-save next@"$VERSION_NEXT"

# Runtime envs -- will default to build args if no env values are specified at docker run
Expand Down

0 comments on commit 0167c9b

Please sign in to comment.