Skip to content

Commit

Permalink
correção nos comandos docker
Browse files Browse the repository at this point in the history
  • Loading branch information
thisiscleverson committed Apr 9, 2024
1 parent ee677cf commit e9d405f
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
6 changes: 3 additions & 3 deletions Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -14,6 +14,6 @@ build:
docker compose up --build

deploy:
docker compose down \
docker compose pull \
docker compose up -d \
docker compose down && \
docker compose pull && \
docker compose up -d
2 changes: 1 addition & 1 deletion templates/layout.html
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
<head>
<meta charset="UTF-8">
<meta name="viewport" content="initial-scale=1, width=device-width">
<title>this_is_cleverson</title>
<title>this_is_cleverson_test</title>
<link rel="stylesheet" href="{{ url_for('static', filename='css/reset.css') }}">
<link rel="stylesheet" href="{{ url_for('static', filename='css/style.css') }}">
<link rel="stylesheet" href="{{ url_for('static', filename='css/markdown.css') }}">
Expand Down

0 comments on commit e9d405f

Please sign in to comment.