We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 37b7542 commit d60c0b6Copy full SHA for d60c0b6
Dockerfile
@@ -10,7 +10,7 @@ RUN \
10
echo "http://dl-cdn.alpinelinux.org/alpine/edge/main" >> /etc/apk/repositories && \
11
echo "http://dl-cdn.alpinelinux.org/alpine/edge/testing" >> /etc/apk/repositories && \
12
apk --no-cache upgrade && \
13
- apk add --no-cache udev ttf-opensans chromium ca-certificates dumb-init && \
+ apk add --no-cache udev ttf-opensans unifont chromium ca-certificates dumb-init && \
14
rm -rf /tmp/*
15
16
FROM base as build
@@ -35,4 +35,4 @@ EXPOSE 8081
35
36
ENTRYPOINT ["dumb-init", "--"]
37
38
-CMD ["node", "build/app.js", "server", "--config=config.json"]
+CMD ["node", "build/app.js", "server", "--config=config.json"]
0 commit comments