feat: linkedin
This commit is contained in:
parent
186491250e
commit
08557f45db
11 changed files with 53 additions and 24 deletions
|
@ -8,6 +8,7 @@ RUN CGO_ENABLED=0 go build -o /app
|
|||
FROM scratch
|
||||
COPY --from=build /app .
|
||||
COPY html/ html/
|
||||
COPY css/ css/
|
||||
COPY static/ static/
|
||||
COPY tmpl/ tmpl/
|
||||
EXPOSE 3000
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue