Skip to content

Commit

Permalink
build: remove shared-workspace-lockfile=false to resole turborepo issue
Browse files Browse the repository at this point in the history
  • Loading branch information
xmlking committed Sep 10, 2023
1 parent ae72943 commit bb92ec4
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 1 deletion.
6 changes: 6 additions & 0 deletions .dockerignore
Original file line number Diff line number Diff line change
Expand Up @@ -10,3 +10,9 @@
!/packages
!/patches
!/config

**/build
**/.svelte-kit
**/$houdini
**/node_modules
**/README.md
2 changes: 1 addition & 1 deletion Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -76,7 +76,7 @@ ENV NODE_ENV production
ARG SCOPE

# copy tini
COPY --from=base /usr/bin/tini /usr/bin/tini
COPY --from=builder /usr/bin/tini /usr/bin/tini
ENTRYPOINT ["/usr/bin/tini", "-s", "--", "/usr/bin/node"]

# copy runtime needed config files???
Expand Down

0 comments on commit bb92ec4

Please sign in to comment.