mirror of
https://gitee.com/nocobase/nocobase.git
synced 2024-11-29 18:58:26 +08:00
Merge branch 'main' into next
This commit is contained in:
commit
e08f7ff48d
@ -27,7 +27,7 @@ RUN ARCH= && dpkgArch="$(dpkg --print-architecture)" \
|
|||||||
esac \
|
esac \
|
||||||
&& set -ex \
|
&& set -ex \
|
||||||
# libatomic1 for arm
|
# libatomic1 for arm
|
||||||
&& apt-get update && apt-get install -y nginx
|
&& apt-get update && apt-get install -y nginx libaio1
|
||||||
|
|
||||||
RUN rm -rf /etc/nginx/sites-enabled/default
|
RUN rm -rf /etc/nginx/sites-enabled/default
|
||||||
COPY --from=builder /app/nocobase.tar.gz /app/nocobase.tar.gz
|
COPY --from=builder /app/nocobase.tar.gz /app/nocobase.tar.gz
|
||||||
|
@ -27,7 +27,7 @@ RUN ARCH= && dpkgArch="$(dpkg --print-architecture)" \
|
|||||||
esac \
|
esac \
|
||||||
&& set -ex \
|
&& set -ex \
|
||||||
# libatomic1 for arm
|
# libatomic1 for arm
|
||||||
&& apt-get update && apt-get install -y nginx
|
&& apt-get update && apt-get install -y nginx libaio1
|
||||||
|
|
||||||
RUN rm -rf /etc/nginx/sites-enabled/default
|
RUN rm -rf /etc/nginx/sites-enabled/default
|
||||||
COPY --from=builder /app/nocobase.tar.gz /app/nocobase.tar.gz
|
COPY --from=builder /app/nocobase.tar.gz /app/nocobase.tar.gz
|
||||||
|
Loading…
Reference in New Issue
Block a user