mirror of
https://github.com/Mastermindzh/react-starter-kit.git
synced 2025-01-20 10:31:00 +01:00
e639f97762
The following vulnerabilities are fixed with an upgrade: - https://snyk.io/vuln/SNYK-DEBIAN11-CURL-3320493 - https://snyk.io/vuln/SNYK-DEBIAN11-CURL-3320493 - https://snyk.io/vuln/SNYK-DEBIAN11-NCURSES-5421197 - https://snyk.io/vuln/SNYK-DEBIAN11-NCURSES-5421197 - https://snyk.io/vuln/SNYK-DEBIAN11-NCURSES-5421197
7 lines
154 B
Docker
7 lines
154 B
Docker
FROM nginx:1.24
|
|
|
|
RUN mkdir -p /usr/share/nginx/html
|
|
COPY dist/ /usr/share/nginx/html
|
|
COPY docker/prod/nginx.conf /etc/nginx/conf.d/default.conf
|
|
EXPOSE 80
|