Skip to content

Commit 1b75199

Browse files
committed
removing human from human sparta
1 parent 6e29e9f commit 1b75199

File tree

1 file changed

+0
-8
lines changed

1 file changed

+0
-8
lines changed

tooling/sparta/Dockerfile

Lines changed: 0 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -32,7 +32,6 @@ COPY package.json bun.lock ./
3232
# Create the packages directory first
3333
RUN mkdir packages
3434
COPY packages/express/package.json ./packages/express/
35-
COPY packages/vite/package.json ./packages/vite/
3635
COPY packages/utils/package.json ./packages/utils/
3736
COPY packages/discord/package.json ./packages/discord/
3837
COPY packages/ethereum/package.json ./packages/ethereum/
@@ -54,13 +53,6 @@ ENV VITE_APP_API_URL=$VITE_APP_API_URL
5453
RUN bun run swagger
5554
RUN bun run prep
5655

57-
# Build the Vite frontend application
58-
# Assumes the build script exists in packages/vite/package.json
59-
# The ARG variables will be available as environment variables here
60-
RUN cd packages/vite && \
61-
VITE_APP_API_URL=$VITE_APP_API_URL \
62-
bun run build
63-
6456
# Expose the port the Express server will listen on
6557
# Make sure this matches the PORT environment variable passed in Terraform (var.api_port)
6658
EXPOSE 3000

0 commit comments

Comments
 (0)