From 77e3109cf0a17267458966e0eb519368fc7695c7 Mon Sep 17 00:00:00 2001 From: alexn707 Date: Fri, 28 Feb 2025 12:54:57 +0300 Subject: [PATCH] Update Dockerfile --- Dockerfile | 7 +------ 1 file changed, 1 insertion(+), 6 deletions(-) diff --git a/Dockerfile b/Dockerfile index 42710613..ede3afa8 100644 --- a/Dockerfile +++ b/Dockerfile @@ -12,13 +12,8 @@ RUN npm ci --omit=dev &&\ # This saves a lot of disk space. FROM amneziavpn/amnezia-wg:latest HEALTHCHECK CMD /usr/bin/timeout 5s /bin/sh -c "/usr/bin/wg show | /bin/grep -q interface || exit 1" --interval=1m --timeout=5s --retries=3 -COPY --from=build_node_modules /app /app +#COPY --from=build_node_modules /app /app -# Install Node.js -#RUN apk add --no-cache \ -# nodejs \ -# npm - # Move node_modules one directory up, so during development # we don't have to mount it in a volume. # This results in much faster reloading!