Skip to content

Commit 77ef30a

Browse files
committed
chore: disable server
1 parent 8f34405 commit 77ef30a

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

Dockerfile

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ WORKDIR /app/
1414
RUN yarn install --frozen-lockfile --production=false --no-progress
1515

1616
# Copy over the server source code
17-
COPY server/ /app/server/
17+
#COPY server/ /app/server/
1818

1919
# Finally run the build script
2020
RUN yarn run build
@@ -28,7 +28,7 @@ ARG NODE_ENV
2828

2929
# Copy over selectively just the things we need, try and avoid the rest
3030
COPY --from=builder /app/package.json /app/yarn.lock /app/
31-
COPY --from=builder /app/server/dist/ /app/server/dist/
31+
#COPY --from=builder /app/server/dist/ /app/server/dist/
3232

3333
################################################################################
3434
# Build stage FINAL - COPY everything, once, and then do a clean `yarn install`

0 commit comments

Comments
 (0)