corrected COPY dirs
This commit is contained in:
parent
be4958708d
commit
10ca71cb98
1 changed files with 1 additions and 2 deletions
|
|
@ -19,8 +19,7 @@ WORKDIR /app
|
|||
COPY --from=builder /app/codex-server .
|
||||
COPY --from=builder /app/static /app/static
|
||||
COPY --from=builder /app/templates /app/templates
|
||||
COPY --from=builder /app/blog-posts /app/blog-posts
|
||||
COPY --from=builder /app/documentation /app/documentation
|
||||
COPY --from=builder /app/files/ /app/files/
|
||||
|
||||
# set a non-root user for security
|
||||
RUN addgroup -S appgroup && adduser -S appuser -G appgroup
|
||||
|
|
|
|||
Loading…
Reference in a new issue