Skip to content

Commit

Permalink
BFF API
Browse files Browse the repository at this point in the history
  • Loading branch information
Krzysztof Węgliński authored and Krzysztof Węgliński committed Jan 17, 2025
1 parent 45f9d6b commit 631fa45
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@ RUN npm install --only=production
COPY --from=build-stage /app/dist ./dist

# Create a simple Express server to serve the React app
COPY index.js .
COPY index.cjs .

EXPOSE 80
CMD ["node", "index.js"]
CMD ["node", "index.cjs"]

0 comments on commit 631fa45

Please sign in to comment.