Skip to content

Commit ec83dca

Browse files
v0.1.0
1 parent aed4fe1 commit ec83dca

2 files changed

Lines changed: 2 additions & 4 deletions

File tree

docker-compose.yml

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -34,12 +34,10 @@ services:
3434
- '8081:8081'
3535
depends_on:
3636
- db
37-
network:
38-
- devopsnotepad
3937

4038

4139
db:
42-
image: mysql:8.0
40+
image: mysql:5.7
4341
container_name: db-mysql
4442
environment:
4543
MYSQL_DATABASE: $MYSQL_DATABASE

frontend_website/Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,6 +11,6 @@ COPY package*.json ./
1111

1212
# runs the production server
1313
RUN npm cache verify
14-
RUN npm install
14+
RUN npm install --force
1515
COPY . .
1616
CMD ["npm", "start"]

0 commit comments

Comments
 (0)