Files
magistr/frontend/Dockerfile
Zuev 04feb5a3c3
All checks were successful
Build and Push Docker Images / build-and-push-backend (push) Successful in 17s
Build and Push Docker Images / build-and-push-frontend (push) Successful in 10s
Build and Push Docker Images / deploy-to-k8s (push) Successful in 1m25s
feat: Enhance Dockerfile security with non-root users and correct file permissions, and adjust Gitea workflow action versions.
2026-03-17 02:47:57 +03:00

6 lines
182 B
Docker
Executable File

FROM httpd:alpine
COPY . /usr/local/apache2/htdocs/
# Set appropriate permissions for the web server to serve static files
RUN chown -R www-data:www-data /usr/local/apache2/htdocs/