Skip to content

Commit

Permalink
fix: remove unused docker images
Browse files Browse the repository at this point in the history
  • Loading branch information
nike-getto committed Jul 17, 2024
1 parent ade5773 commit ed55eb1
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 4 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/staging.yml
Original file line number Diff line number Diff line change
Expand Up @@ -28,4 +28,4 @@ jobs:
&& git pull origin staging \
&& docker compose up -d --build \
&& docker container exec backend npm run typeorm:run-migrations \
&& docker image rm prune -f
&& docker image prune -f
4 changes: 1 addition & 3 deletions proxy/nginx.conf
Original file line number Diff line number Diff line change
Expand Up @@ -15,9 +15,7 @@ http {
sendfile on;
client_max_body_size 20M;
client_body_buffer_size 20M;




# Server block
server {
listen 80;
Expand Down

0 comments on commit ed55eb1

Please sign in to comment.