Skip to content

Commit 6c7ee8c

Browse files
committed
fix dockerfile
1 parent f9074a5 commit 6c7ee8c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Dockerfile

+1-1
Original file line numberDiff line numberDiff line change
@@ -50,7 +50,7 @@ WORKDIR /app
5050

5151
COPY --from=builder /app/server /app/server
5252
COPY db/schema.sql db/schema.sql
53-
COPY db/migrations/*db/migrations
53+
COPY db/migrations/* db/migrations
5454
COPY public public
5555
COPY templates templates
5656
RUN chmod +x server

0 commit comments

Comments
 (0)