This commit is contained in:
franknstayn
2023-08-27 18:49:01 +08:00
parent d30f41f873
commit 5e60178635

View File

@@ -5,7 +5,7 @@ ENV \
APP_PORT="80" APP_PORT="80"
# Copy the contents of the "merchbay_laravel5" directory into the container's app directory # Copy the contents of the "merchbay_laravel5" directory into the container's app directory
COPY merchbay_laravel5/ $APP_DIR COPY ./ $APP_DIR
RUN apk add --update \ RUN apk add --update \
curl \ curl \