Skip to content

Commit 4fca30e

Browse files
authored
Update Dockerfile
1 parent aaa2297 commit 4fca30e

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

docker/Dockerfile

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,7 @@ RUN echo "fs.file-max = 65535" > /etc/sysctl.conf \
2929
&& rm -rf /var/lib/apt/lists/*
3030

3131
# s6 overlay
32-
COPY ./docker/scripts/install-s6 /tmp/install-s6
32+
COPY ../docker/scripts/install-s6 /tmp/install-s6
3333
RUN /tmp/install-s6 "${TARGETPLATFORM}" && rm -f /tmp/install-s6
3434

3535
EXPOSE 80 81 443
@@ -43,7 +43,7 @@ RUN yarn install \
4343
&& yarn cache clean
4444

4545
# add late to limit cache-busting by modifications
46-
COPY ./docker/rootfs /
46+
COPY ../docker/rootfs /
4747

4848
# Remove frontend service not required for prod, dev nginx config as well
4949
RUN rm -rf /etc/s6-overlay/s6-rc.d/user/contents.d/frontend /etc/nginx/conf.d/dev.conf \

0 commit comments

Comments
 (0)