Skip to content

Commit

Permalink
Duplicated env var
Browse files Browse the repository at this point in the history
  • Loading branch information
diyahir committed Mar 30, 2024
1 parent 7b2ece2 commit b1c222e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packages/nextjs/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
FROM node:18-alpine AS base
WORKDIR /app
RUN apk add --no-cache libc6-compat
ENV WEBSOCKET_URL="ws://localhost:3003"

ENV NEXT_PUBLIC_API_URL="http://localhost:8888"
# Copy the entire workspace to utilize Docker's cache efficiently and manage dependencies
# Assuming you're still aiming for a structure that involves separate handling for each package,
Expand Down

0 comments on commit b1c222e

Please sign in to comment.