Update to markov-strings-db 4.1

This commit is contained in:
Charlie Laabs
2022-01-01 23:10:02 -06:00
parent bccb7e7cdf
commit b41d576e74
5 changed files with 22 additions and 25 deletions

View File

@@ -31,6 +31,8 @@ RUN npm run build
########
FROM base as deploy
USER node
# Steal node_modules from base image
COPY --from=build /usr/app/node_modules node_modules