Skip to content
Snippets Groups Projects
Commit 5938f384 authored by Noah Lindeberg Rydén's avatar Noah Lindeberg Rydén
Browse files

dockerfile file

parent 1d666c98
No related branches found
No related tags found
No related merge requests found
FROM python:3.14
EXPOSE 80
CMD ["python3 -m http.server"]
......@@ -14,8 +14,3 @@ stages:
dockerfilePath: ./Dockerfile
buildContext: .
tag: example-helloserver:${CICD_EXECUTION_SEQUENCE}
- name: Deploy
steps:
- applyYamlConfig:
path: ./deployment.yaml
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment