Refactor: Move app to src/, update Dockerfile and detailed README
All checks were successful
Docker Build & Push / build-and-push (push) Successful in 31s
All checks were successful
Docker Build & Push / build-and-push (push) Successful in 31s
This commit is contained in:
@@ -18,7 +18,7 @@ RUN apt-get clean && rm -rf /var/lib/apt/lists/*
|
||||
WORKDIR /var/www/html
|
||||
|
||||
# Copy application source
|
||||
COPY . /var/www/html/
|
||||
COPY src/ /var/www/html/
|
||||
|
||||
# Set permissions for the web server
|
||||
RUN chown -R www-data:www-data /var/www/html \
|
||||
|
||||
Reference in New Issue
Block a user