Skip to content

Commit

Permalink
build fix
Browse files Browse the repository at this point in the history
  • Loading branch information
soson committed Jan 29, 2024
1 parent ace40a0 commit d71c4cb
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
2 changes: 1 addition & 1 deletion .dockerignore
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@
# now we add what we want to be not-ignored
!/provoke.txt
!/package.json
!/yarn.lock
!/package-lock.json
!/src
!/tsconfig.json
!/tsconfig.production.json
Expand Down
1 change: 1 addition & 0 deletions Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -43,6 +43,7 @@ COPY --from=build /app/build /app
COPY --from=build /app/prisma /app/prisma
COPY --from=build /app/sample.csv /app/sample.csv
COPY --from=build /app/package.json /app
COPY --from=build /app/package-lock.json /app

WORKDIR /app
USER root
Expand Down

0 comments on commit d71c4cb

Please sign in to comment.