Skip to content

Commit

Permalink
docker
Browse files Browse the repository at this point in the history
  • Loading branch information
danielguirra committed Mar 25, 2024
1 parent 802dc33 commit bce2ae0
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -47,7 +47,7 @@ COPY --chown=node:node --from=build /usr/src/app/node_modules ./node_modules
COPY --chown=node:node --from=build /usr/src/app/dist ./dist
COPY --chown=node:node --from=build /usr/src/app/envs.json ./envs.json
COPY --chown=node:node --from=build /usr/src/app/database.sqlite ./database.sqlite
COPY --chown=node:node --from=build /usr/src/app/data/json/newbible.json ./newbible.json
COPY --chown=node:node --from=build /usr/src/app/data ./data

EXPOSE 4040

Expand Down

0 comments on commit bce2ae0

Please sign in to comment.