Skip to content

Commit

Permalink
Merge pull request #43 from moevm/fix_linter
Browse files Browse the repository at this point in the history
i think that its last fix but I can wrong
  • Loading branch information
VovaBas04 authored Dec 1, 2024
2 parents 5672490 + 6d3820d commit f8a1182
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 2 deletions.
2 changes: 1 addition & 1 deletion db/Dockerfile
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
FROM mongo:5.0.25
WORKDIR /
COPY init.js .
COPY init.js /docker-entrypoint-initdb.d/
CMD ["mongod", "--port", "27017"]
2 changes: 2 additions & 0 deletions frontend/.env
Original file line number Diff line number Diff line change
@@ -0,0 +1,2 @@
REACT_APP_API_URL=http://localhost:3000

2 changes: 1 addition & 1 deletion frontend/Dockerfile
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
FROM node:20.18.0-alpine
WORKDIR /app
WORKDIR /
COPY package.json .
RUN npm install
COPY . .
Expand Down

0 comments on commit f8a1182

Please sign in to comment.