Skip to content

Commit

Permalink
fix(docker): ignore local UI build files (#499)
Browse files Browse the repository at this point in the history
  • Loading branch information
corrieriluca authored Jan 16, 2025
1 parent 4a333c7 commit de3ae39
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 0 deletions.
4 changes: 4 additions & 0 deletions .dockerignore
Original file line number Diff line number Diff line change
Expand Up @@ -2,3 +2,7 @@
# Ignore build and test binaries.
bin/
testbin/
ui/node_modules/
ui/dist/
ui/.env
ui/.env.template
2 changes: 2 additions & 0 deletions Dockerfile
Original file line number Diff line number Diff line change
@@ -1,3 +1,5 @@
# syntax=docker/dockerfile:1.12.1

# Build Burrito UI

FROM docker.io/library/node:22.13.0@sha256:d77c6457d4318c6ef537dbf9fe86f36bfb997d280c9f949e3a1d968cf841390d AS builder-ui
Expand Down

0 comments on commit de3ae39

Please sign in to comment.