Skip to content

Commit 1a1106a

Browse files
committed
oops
1 parent 19d19ba commit 1a1106a

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

Dockerfile

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -31,7 +31,7 @@ COPY --from=builder /app/mavis /app/mavis
3131
COPY --from=builder /app/pyproject.toml /app/pyproject.toml
3232

3333
ADD config/credentials/*.enc.yaml /app/config/credentials/
34-
ADD mise.*.toml /app/
34+
ADD mise*.toml /app/
3535

3636
RUN addgroup --gid 1000 app && \
3737
adduser app -h /app -u 1000 -G app -DH && \
@@ -43,4 +43,4 @@ RUN mise trust --all
4343
VOLUME ["/tmp"]
4444

4545
ENV PORT=5000
46-
CMD ["mise", "-C", "/app", "run", "start"]
46+
CMD ["mise", "start"]

0 commit comments

Comments
 (0)