Skip to content

Commit

Permalink
fix composer file path
Browse files Browse the repository at this point in the history
  • Loading branch information
sgrtye committed Nov 8, 2024
1 parent 74b7e25 commit 95ae27a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion oci/Dockerfile
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
FROM composer:latest

COPY oci-arm-host-capacity /app
COPY oci-arm-host-capacity/ /app
COPY index.php crontab.txt entry.sh /app
WORKDIR /app
RUN composer install
Expand Down

0 comments on commit 95ae27a

Please sign in to comment.