refactor(docker): add TODOs and documentation
This commit is contained in:
parent
e5f1827199
commit
78303898f2
4
Makefile
4
Makefile
@ -4,16 +4,20 @@ db ?= -cf
|
||||
help:
|
||||
@echo "Nothing to see here, go away"
|
||||
|
||||
# TODO: dockerify
|
||||
.PHONY: build
|
||||
build: frontend-build backend-build
|
||||
|
||||
# TODO: dockerify
|
||||
#.PHONY: start
|
||||
#start: frontend-build
|
||||
# $(MAKE) --jobs=2 frontend-watch backend-start
|
||||
|
||||
# TODO: dockerify
|
||||
.PHONY: lint
|
||||
lint: frontend-lint backend-lint
|
||||
|
||||
# TODO: dockerify
|
||||
.PHONY: test
|
||||
test: frontend-test backend-test i18n-check
|
||||
|
||||
|
||||
@ -1,3 +1,8 @@
|
||||
# When making changes to and/or building fradrive-env locally,
|
||||
# please remember to use the full url below as tag for the
|
||||
# local image to ensure that the local instead of the upstream
|
||||
# image will be used!
|
||||
# TODO: switch to pinned versions instead of latest!
|
||||
FROM registry.uniworx.de/fradrive/fradrive/fradrive-env:latest
|
||||
|
||||
USER root
|
||||
|
||||
Reference in New Issue
Block a user