Skip to content

Commit ca798ad

Browse files
committed
fix: add missing file to dockerfile
1 parent 78ea518 commit ca798ad

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

Dockerfile

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -30,6 +30,7 @@ RUN mix phx.digest
3030
# compile and build release
3131
COPY lib lib
3232
COPY web web
33+
COPY openapi.json openapi.json
3334
# uncomment COPY if rel/ exists
3435
# COPY rel rel
3536
RUN mix do compile, release

0 commit comments

Comments
 (0)