This commit is contained in:
@@ -20,8 +20,7 @@ WORKDIR /root/
|
|||||||
|
|
||||||
COPY --from=builder /app/server .
|
COPY --from=builder /app/server .
|
||||||
COPY --from=builder /app/migrations ./migrations
|
COPY --from=builder /app/migrations ./migrations
|
||||||
COPY --from=builder /app/config/boot.yaml ./config/boot.yaml
|
RUN mkdir -p ./config
|
||||||
COPY --from=builder /app/config/config.yaml ./config/config.yaml
|
|
||||||
COPY --from=builder /app/docker-entrypoint.sh /docker-entrypoint.sh
|
COPY --from=builder /app/docker-entrypoint.sh /docker-entrypoint.sh
|
||||||
|
|
||||||
RUN chmod +x /docker-entrypoint.sh
|
RUN chmod +x /docker-entrypoint.sh
|
||||||
|
|||||||
Reference in New Issue
Block a user