Skip to content

Commit

Permalink
move scripts?
Browse files Browse the repository at this point in the history
  • Loading branch information
AvidDabbler committed Feb 4, 2024
1 parent caba2fb commit 6104845
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -83,8 +83,8 @@ WORKDIR /remix

COPY --from=production-deps /remix/node_modules /remix/node_modules

COPY --from=build /remix/scripts /remix/scripts
COPY --from=build /remix/etc /remix/etc
COPY etc/litestream.yml /etc/litestream.yml
COPY scripts/run.sh /scripts/run.sh
COPY --from=build /remix/build /remix/build
COPY --from=build /remix/public /remix/public
COPY --from=build /remix/package.json /remix/package.json
Expand Down

0 comments on commit 6104845

Please sign in to comment.