Skip to content

Commit

Permalink
Update dockerfile + styling button fix
Browse files Browse the repository at this point in the history
  • Loading branch information
MikeMoolenaar committed Mar 13, 2024
1 parent 3b0c676 commit a20286b
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 3 deletions.
3 changes: 1 addition & 2 deletions Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -12,8 +12,6 @@ COPY --from=planner /app/recipe.json recipe.json

# Build dependencies - this is the caching Docker layer!
RUN cargo chef cook --release --target x86_64-unknown-linux-musl --recipe-path recipe.json
# RUN cargo install sqlx-cli


# Build application
ENV SQLX_OFFLINE=true
Expand All @@ -28,6 +26,7 @@ COPY --from=builder /app/templates /app/templates
COPY --from=builder /app/static /app/static
# Optionally copy the .env file
COPY --from=builder /app/.env.prod* /app/.env

RUN chmod +x /usr/local/bin/rust-plus-htmx-playground

EXPOSE 8080
Expand Down
2 changes: 1 addition & 1 deletion static/style.css
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@

@media (prefers-color-scheme: dark) {
:root {
--rounded-btn: 1.9rem;
--rounded-btn: 1rem;
}

a.toggled, a.toggled:hover, a.toggled:focus {
Expand Down

0 comments on commit a20286b

Please sign in to comment.