Skip to content

Commit

Permalink
rename utils.py to init_data.py
Browse files Browse the repository at this point in the history
  • Loading branch information
brondsem committed Jan 4, 2025
1 parent 629bf26 commit ce087c1
Show file tree
Hide file tree
Showing 3 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@ COPY . $CODE

ENV PATH=$VENV/bin:$PATH

RUN waznexserver/utils.py # inits data
RUN waznexserver/init_data.py

EXPOSE 8080

Expand Down
2 changes: 1 addition & 1 deletion Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@ create_venv:

.PHONY: init_data
init_data:
$(PYTHON) waznexserver/utils.py
$(PYTHON) waznexserver/init_data.py

.PHONY: init_production
init_production:
Expand Down
File renamed without changes.

0 comments on commit ce087c1

Please sign in to comment.