File tree Expand file tree Collapse file tree 1 file changed +0
-8
lines changed
Expand file tree Collapse file tree 1 file changed +0
-8
lines changed Original file line number Diff line number Diff line change @@ -32,7 +32,6 @@ COPY package.json bun.lock ./
3232# Create the packages directory first
3333RUN mkdir packages
3434COPY packages/express/package.json ./packages/express/
35- COPY packages/vite/package.json ./packages/vite/
3635COPY packages/utils/package.json ./packages/utils/
3736COPY packages/discord/package.json ./packages/discord/
3837COPY packages/ethereum/package.json ./packages/ethereum/
@@ -54,13 +53,6 @@ ENV VITE_APP_API_URL=$VITE_APP_API_URL
5453RUN bun run swagger
5554RUN 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)
6658EXPOSE 3000
You can’t perform that action at this time.
0 commit comments