mirror of
https://github.com/Mastermindzh/react-starter-kit.git
synced 2025-08-02 07:34:33 +02:00
- Updated to React 18
- Updated for public release - Git was reset for privacy reasons
This commit is contained in:
6
Dockerfile
Normal file
6
Dockerfile
Normal file
@@ -0,0 +1,6 @@
|
||||
FROM nginx:1.17.3
|
||||
|
||||
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
|
Reference in New Issue
Block a user