Compare commits
2 Commits
| Author | SHA1 | Date | |
|---|---|---|---|
| 7dfba5e240 | |||
| 74572b3ede |
@@ -16,6 +16,7 @@ WORKDIR /app
|
||||
COPY --from=builder /app/build ./build
|
||||
COPY --from=builder /app/node_modules ./node_modules
|
||||
COPY --from=builder /app/package.json ./package.json
|
||||
COPY --from=builder /app/static ./static
|
||||
|
||||
USER node
|
||||
|
||||
|
||||
Reference in New Issue
Block a user