general improvements
This commit is contained in:
@@ -11,9 +11,7 @@ RUN if [ -d "js" ]; then find js -type f -name "*.js" -exec sh -c 'for f; do ter
|
||||
FROM nginx:alpine-slim AS final
|
||||
|
||||
COPY nginx.conf /etc/nginx/nginx.conf
|
||||
|
||||
COPY . /usr/share/nginx/html
|
||||
|
||||
COPY --from=build /src/js /usr/share/nginx/html/js
|
||||
|
||||
EXPOSE 80
|
||||
|
||||
Reference in New Issue
Block a user