Skip to content

Commit

Permalink
Merge branch 'master' of https://github.com/sjdonado/bit
Browse files Browse the repository at this point in the history
  • Loading branch information
sjdonado committed Jul 12, 2024
2 parents 8f33375 + 88d81ec commit f5c296b
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 @@ -22,6 +22,7 @@ RUN mkdir -p /usr/src/app/sqlite
COPY --from=build /usr/src/app/db db
COPY --from=build /usr/src/app/data data
COPY --from=build /usr/src/app/bin /usr/local/bin
COPY --from=build /usr/src/app/data /usr/local/data

EXPOSE 4000/tcp
CMD ["bit"]

0 comments on commit f5c296b

Please sign in to comment.