Page Menu
Home
Sealhub
Search
Configure Global Search
Log In
Files
F1263104
test.Dockerfile
No One
Temporary
Actions
View File
Edit File
Delete File
View Transforms
Subscribe
Mute Notifications
Award Token
Flag For Later
Size
499 B
Referenced Files
None
Subscribers
None
test.Dockerfile
View Options
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
Details
Attached
Mime Type
text/plain
Expires
Fri, Jan 24, 16:50 (7 h, 28 m)
Storage Engine
blob
Storage Format
Raw Data
Storage Handle
601172
Default Alt Text
test.Dockerfile (499 B)
Attached To
Mode
rREWRITE Configurable rewriter
Attached
Detach File
Event Timeline
Log In to Comment