Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

create relative symlink instead of absolute path #6144

Merged
merged 3 commits into from
Jul 22, 2021

Conversation

gautamsi
Copy link
Member

@gautamsi gautamsi commented Jul 19, 2021

closes #6137

creates symlink with relative folder instead of absolute

you can use this docker-compose.yaml to test this

version: "2"
services:
  core:
    image: "node:lts"
    user: "node"
    working_dir: /home/node/app
    environment:
      - NODE_ENV=production
    volumes:
      - ./:/home/node/app
    ports:
    - "3000:3000"
    expose:
      - "3000"
    command: "yarn --cwd ./examples/blog start"

@changeset-bot
Copy link

changeset-bot bot commented Jul 19, 2021

🦋 Changeset detected

Latest commit: 6eee9ea

The changes in this PR will be included in the next version bump.

This PR includes changesets to release 1 package
Name Type
@keystone-next/keystone Patch

Not sure what this means? Click here to learn what changesets are.

Click here if you're a maintainer who wants to add another changeset to this PR

@vercel
Copy link

vercel bot commented Jul 19, 2021

This pull request is being automatically deployed with Vercel (learn more).
To see the status of your deployment, click below or on the icon next to each commit.

🔍 Inspect: https://vercel.com/keystonejs/keystone-next-docs/DNSzS3t8TeCpScGVAU7Ucnf6pocA
✅ Preview: https://keystone-next-docs-git-fork-gautamsi-fix-symlinks-keystonejs.vercel.app

@vercel vercel bot temporarily deployed to Preview July 19, 2021 06:19 Inactive
@codesandbox-ci
Copy link

codesandbox-ci bot commented Jul 19, 2021

This pull request is automatically built and testable in CodeSandbox.

To see build info of the built libraries, click here or the icon next to each commit SHA.

@vercel vercel bot temporarily deployed to Preview July 19, 2021 06:30 Inactive
@vercel vercel bot temporarily deployed to Preview July 22, 2021 04:13 Inactive
@vercel vercel bot temporarily deployed to Preview July 22, 2021 04:32 Inactive
@emmatown emmatown merged commit 1172e18 into keystonejs:master Jul 22, 2021
Nikitoring pushed a commit to Nikitoring/keystone that referenced this pull request Sep 14, 2021
Co-authored-by: Mitchell Hamilton <mitchell@hamil.town>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Docker issue with production build images and files
3 participants