Update Dockerfile
This commit is contained in:
@@ -20,6 +20,8 @@ FROM nginx:alpine
|
||||
# Copy the built assets from the build stage into Nginx's default HTML folder
|
||||
COPY --from=build /app/preview /usr/share/nginx/html
|
||||
|
||||
COPY nginx.conf /etc/nginx/conf.d/default.conf
|
||||
|
||||
# Expose standard HTTP port 80
|
||||
EXPOSE 80
|
||||
|
||||
|
||||
Reference in New Issue
Block a user