focus (sha256:704fb0c3486725e872f57668adccb960d851c9930a8ed572298df29d8c2c139c)

Published 2024-01-17 01:43:35 +01:00 by Brieuc Dubois in Bhasher/focus

Installation

docker pull git.bhasher.com/bhasher/focus@sha256:704fb0c3486725e872f57668adccb960d851c9930a8ed572298df29d8c2c139c
sha256:704fb0c3486725e872f57668adccb960d851c9930a8ed572298df29d8c2c139c

Image Layers

ADD file:91ed9e98dafe5723ec30fe9396a988e1f40530c5190709d06721a2973208da28 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-17 01:43:35 +01:00
0
OCI / Docker
linux/arm64
157 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