copy pages dir to docker image during build
This commit is contained in:
parent
e1c14af9b7
commit
e172609039
1 changed files with 1 additions and 0 deletions
|
|
@ -22,6 +22,7 @@ WORKDIR /app
|
|||
|
||||
COPY --from=builder /app/main .
|
||||
COPY keys ./keys
|
||||
COPY pages ./pages
|
||||
|
||||
EXPOSE 8080
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue