Page MenuHomeSealhub

test.dockerfile
No OneTemporary

test.dockerfile

FROM node:9-alpine
LABEL maintainer="Jakub Pieńkowski <jakski@sealcode.org>"
ENV UID=node \
GID=node \
HOME=/opt/sealious
RUN sed -i 's/http\:\/\/dl-cdn.alpinelinux.org/https\:\/\/uk.alpinelinux.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 imagemagick
RUN apk --update add git
VOLUME $HOME
WORKDIR $HOME
USER $UID:$GID
EXPOSE 8080
ENTRYPOINT ["/sbin/tini", "--"]
CMD ["/usr/local/bin/node", "."]

File Metadata

Mime Type
text/plain
Expires
Wed, May 7, 19:44 (1 d, 9 h)
Storage Engine
blob
Storage Format
Raw Data
Storage Handle
634315
Default Alt Text
test.dockerfile (512 B)

Event Timeline