Page MenuHomeSealhub

test.Dockerfile
No OneTemporary

test.Dockerfile

FROM node:18-bullseye-slim
ENV HOME=/opt/sealious-app
# Tini will ensure that any orphaned processes get reaped properly.
ENV TINI_VERSION v0.19.0
ADD https://github.com/krallin/tini/releases/download/${TINI_VERSION}/tini /tini
RUN apt update
RUN apt install -y git
RUN apt install -y tmux
RUN chmod +x /tini
ENTRYPOINT ["/tini", "--"]
VOLUME $HOME
WORKDIR $HOME
RUN npm install -g npm@latest
RUN npm install -g @sealcode/sealgen
USER $UID:$GID
EXPOSE 8080
CMD ["/usr/local/bin/node", "."]

File Metadata

Mime Type
text/plain
Expires
Fri, Jan 24, 16:50 (10 h, 21 m)
Storage Engine
blob
Storage Format
Raw Data
Storage Handle
601172
Default Alt Text
test.Dockerfile (499 B)

Event Timeline