Page Menu
Home
Sealhub
Search
Configure Global Search
Log In
Files
F996366
test.Dockerfile
No One
Temporary
Actions
View File
Edit File
Delete File
View Transforms
Subscribe
Mute Notifications
Award Token
Flag For Later
Size
570 B
Referenced Files
None
Subscribers
None
test.Dockerfile
View Options
FROM
node:15-alpine
LABEL
maintainer
=
"Jakub Pieńkowski <jakski@sealcode.org>"
ENV
UID
=
node
\
GID
=
node
\
HOME
=
/opt/sealious-playground
RUN
sed
-i
's/http\:\/\/dl-cdn.alpinelinux.org/https\:\/\/mirrors.dotsrc.org/g'
/etc/apk/repositories
# Tini will ensure that any orphaned processes get reaped properly.
RUN
apk
add
--no-cache
tini
RUN
apk
--update
add
git
RUN
apk
--update
add
python
RUN
apk
--update
add
make
RUN
apk
--update
add
g++
VOLUME
$HOME
WORKDIR
$HOME
USER
$UID:$GID
EXPOSE
8080
ENTRYPOINT
[
"/sbin/tini"
,
"--"
]
CMD
[
"/usr/local/bin/node"
,
"."
]
File Metadata
Details
Attached
Mime Type
text/plain
Expires
Tue, Dec 24, 14:02 (18 h, 6 m)
Storage Engine
blob
Storage Format
Raw Data
Storage Handle
557212
Default Alt Text
test.Dockerfile (570 B)
Attached To
Mode
rREWRITE Configurable rewriter
Attached
Detach File
Event Timeline
Log In to Comment