mirror of
https://github.com/xuthus83/pigallery2.git
synced 2025-01-14 14:43:17 +08:00
fixing docker config error
This commit is contained in:
parent
e940192326
commit
6379bf8147
@ -37,7 +37,7 @@ WORKDIR /app
|
|||||||
ENTRYPOINT ["npm", "start"]
|
ENTRYPOINT ["npm", "start"]
|
||||||
EXPOSE 80
|
EXPOSE 80
|
||||||
ENV NODE_ENV=production
|
ENV NODE_ENV=production
|
||||||
COPY --from=qemu-builder /build/release /app
|
COPY --from=builder /build/release /app
|
||||||
RUN ln -s /app/data/config/config.json config.json
|
RUN ln -s /app/data/config/config.json config.json
|
||||||
VOLUME ["/app/data/config", "/app/data/db", "/app/data/images", "/app/data/TEMP"]
|
VOLUME ["/app/data/config", "/app/data/db", "/app/data/images", "/app/data/TEMP"]
|
||||||
HEALTHCHECK --interval=30s --timeout=10s --retries=4 --start-period=60s \
|
HEALTHCHECK --interval=30s --timeout=10s --retries=4 --start-period=60s \
|
||||||
|
Loading…
x
Reference in New Issue
Block a user