Fix stupid syntax error
This commit is contained in:
@@ -16,7 +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
|
||||
COPY --from=builder /app/static ./static
|
||||
|
||||
USER node
|
||||
|
||||
|
||||
Reference in New Issue
Block a user