Include all needed files in Dockerfile

Signed-off-by: Marcus Noble <github@marcusnoble.co.uk>
This commit is contained in:
2025-08-22 18:13:18 +01:00
parent 537eaa7236
commit 9a6d7cf4a5
5 changed files with 2 additions and 6 deletions

View File

@@ -1,3 +1,3 @@
FROM nginx:latest
WORKDIR /usr/share/nginx/html
ADD index.html ./
ADD src ./

View File

@@ -55,11 +55,7 @@ docker-publish:
.PHONY: run # Run the application
run:
@echo "⚠️ 'run' unimplemented"
# GO Projects
# @go run main.go
# Node Projects
# @npm start
@npx http-server ./src
.PHONY: ci # Perform CI specific tasks to perform on a pull request
ci: