Skip to content

Commit

Permalink
chores: Add migrations directory to Dockerfile
Browse files Browse the repository at this point in the history
  • Loading branch information
ikurotime committed Dec 29, 2023
1 parent 75ee051 commit ad3e7dc
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -19,6 +19,7 @@ ARG APP_NAME
WORKDIR /app

COPY /templates /app/templates
COPY /migrations /app/migrations
# Copy cross-compilation utilities from the xx stage.
COPY --from=xx / /

Expand Down Expand Up @@ -64,7 +65,6 @@ RUN corepack enable
COPY tailwind.config.js .
COPY styles /app/styles
COPY assets /app/assets

# we'll also copy the templates over so tailwind can scan for unused class utilities, omitting them from the final output
COPY templates /app/templates

Expand Down

0 comments on commit ad3e7dc

Please sign in to comment.