clean up
This commit is contained in:
@@ -4,8 +4,9 @@ FROM nginx:alpine
|
||||
# Remove the default Nginx static files
|
||||
RUN rm -rf /usr/share/nginx/html/*
|
||||
|
||||
# Copy all your app's files into the Nginx directory
|
||||
COPY . /usr/share/nginx/html
|
||||
# Copy public directory contents into the Nginx directory
|
||||
COPY public/ /usr/share/nginx/html/
|
||||
COPY src/ /usr/share/nginx/html/src/
|
||||
|
||||
# Expose port 80
|
||||
EXPOSE 80
|
||||
|
||||
Reference in New Issue
Block a user