Skip to content

Commit

Permalink
fix ci
Browse files Browse the repository at this point in the history
  • Loading branch information
omer9564 committed Sep 11, 2024
1 parent 2c0177b commit 535f8df
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -68,7 +68,7 @@ RUN chown -R permit:permit /opa
RUN chown -R permit:permit /config

COPY factstore_server/factstore_server-linux-amd64 horizon/data_manager/data_manager-amd
COPY factstore_server/factstore_server-linux-arm horizon/data_manager/data_manager-arm
COPY factstore_server/factstore_server-linux-arm64 horizon/data_manager/data_manager-arm
RUN chmod +x horizon/data_manager/data_manager-amd
RUN chmod +x horizon/data_manager/data_manager-arm
# copy wait-for-it (use only for development! e.g: docker compose)
Expand Down

0 comments on commit 535f8df

Please sign in to comment.