fix(docker): unignore scripts/ so EMEX scraper ships to prod #26
Reference in New Issue
Block a user
Delete Branch "fix-emex-scraper-prod-image"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
Follow-up to PR #25 — the build stage
COPY . .was missingscripts/because.dockerignoreline 8 excluded it. PR #25 deploy failed withCOPY --from=build /app/scripts ./scriptsnot found. Unignore the directory.