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 fa851b6 commit aaa2297Copy full SHA for aaa2297
docker/Dockerfile
@@ -29,7 +29,7 @@ RUN echo "fs.file-max = 65535" > /etc/sysctl.conf \
29
&& rm -rf /var/lib/apt/lists/*
30
31
# s6 overlay
32
-COPY docker/scripts/install-s6 /tmp/install-s6
+COPY ./docker/scripts/install-s6 /tmp/install-s6
33
RUN /tmp/install-s6 "${TARGETPLATFORM}" && rm -f /tmp/install-s6
34
35
EXPOSE 80 81 443
@@ -43,7 +43,7 @@ RUN yarn install \
43
&& yarn cache clean
44
45
# add late to limit cache-busting by modifications
46
-COPY docker/rootfs /
+COPY ./docker/rootfs /
47
48
# Remove frontend service not required for prod, dev nginx config as well
49
RUN rm -rf /etc/s6-overlay/s6-rc.d/user/contents.d/frontend /etc/nginx/conf.d/dev.conf \
0 commit comments