Skip to content

Commit

Permalink
fix: docker compose
Browse files Browse the repository at this point in the history
  • Loading branch information
Mohamed-Hacene committed Feb 16, 2024
1 parent ca761fe commit bba0922
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion frontend/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ WORKDIR /app

ENV PUBLIC_BACKEND_API_URL=foo

COPY package*.json .
COPY package*.json ./
COPY . .
RUN npm ci
RUN npm run build
Expand Down

0 comments on commit bba0922

Please sign in to comment.