Skip to content

Commit 664af59

Browse files
committed
Merge branch 'added-csp-removed-inline-style' of https://github.com/Programeerik/webdev-showcase-studentversie into added-csp-removed-inline-style
2 parents a5852c2 + 7bdddda commit 664af59

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/docker-build-frontend.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,4 +11,4 @@ jobs:
1111
- uses: actions/checkout@v4
1212

1313
- name: Build the Frontend Docker image
14-
run: docker build ShowcaseProject --file ShowcaseProject/ShowcaseFrontend/Dockerfile --tag my-image-name:$(date +%s)
14+
run: docker build --file ShowcaseProject/ShowcaseFrontend/Dockerfile --tag my-image-name:$(date +%s) ShowcaseProject

0 commit comments

Comments
 (0)