Skip to content

Commit

Permalink
Fixed containerfile
Browse files Browse the repository at this point in the history
  • Loading branch information
b-dont committed Dec 30, 2023
1 parent fc902ae commit a36941d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Containerfile
Original file line number Diff line number Diff line change
Expand Up @@ -7,4 7,4 @@ RUN ["zola", "--config", "config/zola.config.toml", "build"]
FROM ghcr.io/static-web-server/static-web-server:2
WORKDIR /
COPY --from=zola /brandont.dev/public /public
COPY ./config/dev.config.toml /config.toml
COPY ./config/server.config.toml /config.toml

0 comments on commit a36941d

Please sign in to comment.