Page MenuHomeSealhub

No OneTemporary

diff --git a/test.dockerfile b/test.dockerfile
index ddf7cca1..ea812477 100644
--- a/test.dockerfile
+++ b/test.dockerfile
@@ -1,22 +1,22 @@
FROM node:10-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
+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 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/x-diff
Expires
Tue, Dec 24, 14:02 (18 h, 11 m)
Storage Engine
blob
Storage Format
Raw Data
Storage Handle
557239
Default Alt Text
(779 B)

Event Timeline