Skip to content

Commit

Permalink
fix Duties for dev
Browse files Browse the repository at this point in the history
  • Loading branch information
adRn-s committed Nov 30, 2023
1 parent 45ea6c7 commit ee65bcb
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -112,7 +112,7 @@ dev: down set-dev deploy-django deploy-nginx collect-static clean ## Deploy Wer

set-dev: hardreset-caddyfile
@sed -i -e 's#\(target:\) pk2_.*#\1 pk2_dev#' docker-compose.yml
@sed -i -e 's#\(^CMD \["npm", "run", "start-\).*\]#\1dev"\]#' frontend.Dockerfile
#@sed -i -e 's#\(^CMD \["npm", "run", "start-\).*\]#\1dev"\]#' frontend.Dockerfile
@test -e ./misc/parkour.env.ignore && cp ./misc/parkour.env.ignore ./misc/parkour.env || :

add-pgadmin-caddy: hardreset-caddyfile
Expand Down
2 changes: 1 addition & 1 deletion frontend.Dockerfile
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
FROM node:20-bookworm
WORKDIR /usr/src/app
EXPOSE 5173
CMD ["npm", "run", "start-dev"]
CMD ["npm", "run", "start-prod"]

0 comments on commit ee65bcb

Please sign in to comment.