removed sh script
This commit is contained in:
@@ -13,9 +13,6 @@ FROM nginx:alpine AS runner
|
||||
WORKDIR /usr/share/nginx/html
|
||||
COPY --from=builder /app/dist .
|
||||
|
||||
COPY docker-entrypoint.d/10-runtime-env.sh /docker-entrypoint.d/10-runtime-env.sh
|
||||
RUN chmod +x /docker-entrypoint.d/10-runtime-env.sh
|
||||
|
||||
COPY nginx.conf /etc/nginx/templates/default.conf.template
|
||||
|
||||
EXPOSE 80
|
||||
|
||||
Reference in New Issue
Block a user