Skip to content

Commit edfd4c9

Browse files
committed
Updated dockerfile
1 parent fec6a09 commit edfd4c9

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

etc/Dockerfile

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -19,6 +19,9 @@ COPY --from=builder /usr/src/app/build/* /usr/local/bin/
1919
COPY etc/entrypoint.sh .
2020
RUN chmod +x entrypoint.sh
2121

22+
# Install the api commands
23+
RUN api install
24+
2225
# Labels
2326
LABEL org.opencontainers.image.source=${SOURCE}
2427

0 commit comments

Comments
 (0)