Add .dockerignore file
All checks were successful
ci/woodpecker/push/woodpecker Pipeline was successful
All checks were successful
ci/woodpecker/push/woodpecker Pipeline was successful
Signed-off-by: Severin Kaderli <severin@kaderli.dev>
This commit is contained in:
parent
5f1d3ed0b3
commit
eceaa5684a
2 changed files with 3 additions and 1 deletions
2
src/website/.dockerignore
Normal file
2
src/website/.dockerignore
Normal file
|
@ -0,0 +1,2 @@
|
|||
Dockerfile
|
||||
.dockerignore
|
|
@ -1,3 +1,3 @@
|
|||
FROM registry.gitlab.com/severinkaderli/nginx-docker:master
|
||||
|
||||
COPY index.html styles/ scripts/ /usr/share/nginx/html
|
||||
COPY . /usr/share/nginx/html
|
||||
|
|
Reference in a new issue