Skip to content

Commit

Permalink
hardcode server adress
Browse files Browse the repository at this point in the history
  • Loading branch information
Nadim Ritter committed Aug 3, 2023
1 parent b18a8d6 commit 0ab3cc0
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions Dockerfile
Original file line number Diff line number Diff line change
@@ -1,5 +1,7 @@
# Stage 1: Build the Vue app
FROM node:18 as client-builder
ENV VITE_SERVER_URL "http://localhost"
ENV VITE_SERVER_PORT "3000"
WORKDIR /app/client
COPY client/package*.json ./
RUN npm install
Expand Down

0 comments on commit 0ab3cc0

Please sign in to comment.