focus (sha256:0b3ff4f6433981c02c8a7d5c65d721fda0fa37a924deef5a8bd8dd6d27db9830)

Published 2024-01-12 14:04:27 +01:00 by Brieuc Dubois in Bhasher/focus

Installation

docker pull git.bhasher.com/bhasher/focus@sha256:0b3ff4f6433981c02c8a7d5c65d721fda0fa37a924deef5a8bd8dd6d27db9830
sha256:0b3ff4f6433981c02c8a7d5c65d721fda0fa37a924deef5a8bd8dd6d27db9830

Image Layers

ADD file:dcc47a5c4d594eaa06a82b7a8e34530fe379869ddd2d299798dc34e78f8eedb8 in /
CMD ["bash"]
WORKDIR /app
COPY /app /app/frontend # buildkit
COPY /app/main /app/backend/main # buildkit
RUN /bin/sh -c apt-get update && apt-get install -y curl # buildkit
RUN /bin/sh -c curl -sL https://deb.nodesource.com/setup_20.x | bash - # buildkit
RUN /bin/sh -c apt-get install -y nodejs # buildkit
VOLUME [/data]
EXPOSE map[3000/tcp:{} 4173/tcp:{}]
ENV DB_PATH=/data/db.sqlite
ENV PUBLIC_BACKEND_URL=http://localhost:3000
COPY run.sh /app/run.sh # buildkit
RUN /bin/sh -c chmod +x /app/run.sh # buildkit
CMD ["/app/run.sh"]
Details
Container
2024-01-12 14:04:27 +01:00
0
OCI / Docker
linux/amd64
159 MiB
Versions (9) View all
0.4.1 2024-02-01
latest 2024-02-01
0.3.4 2024-01-17
0.3.3 2024-01-15
0.3.2 2024-01-12