Skip to content

Commit f7ea305

Browse files
committed
fix missing config in container
1 parent 039d812 commit f7ea305

1 file changed

Lines changed: 2 additions & 0 deletions

File tree

Dockerfile

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -290,6 +290,8 @@ COPY --from=builder /app/bin/app /app/
290290

291291
COPY external_scripts /app/external_scripts
292292

293+
COPY config /app/config
294+
293295
RUN cd /app/external_scripts/AdminatorWorkItems \
294296
&& composer install --no-dev
295297

0 commit comments

Comments
 (0)